mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-10 02:49:40 +02:00
tsConversion: DetectType
This commit is contained in:
7
src/types.d.ts
vendored
Normal file
7
src/types.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
interface ConfigType {
|
||||
class?: { defaultRenderer: string };
|
||||
state?: { defaultRenderer: string };
|
||||
flowchart?: { defaultRenderer: string };
|
||||
}
|
||||
|
||||
type DiagramDetector = (text: string) => boolean;
|
Reference in New Issue
Block a user