summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/diagrams/state/stateCommon.d.ts
blob: 2a3a1ceece94917ae2a2a565ef128579d06b037b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * Constants common to all State Diagram code
 */
export declare const DEFAULT_DIAGRAM_DIRECTION = "LR";
export declare const DEFAULT_NESTED_DOC_DIR = "TB";
export declare const STMT_STATE = "state";
export declare const STMT_RELATION = "relation";
export declare const STMT_CLASSDEF = "classDef";
export declare const STMT_APPLYCLASS = "applyClass";
export declare const DEFAULT_STATE_TYPE = "default";
export declare const DIVIDER_TYPE = "divider";
declare const _default: {
    DEFAULT_DIAGRAM_DIRECTION: string;
    DEFAULT_NESTED_DOC_DIR: string;
    STMT_STATE: string;
    STMT_RELATION: string;
    STMT_CLASSDEF: string;
    STMT_APPLYCLASS: string;
    DEFAULT_STATE_TYPE: string;
    DIVIDER_TYPE: string;
};
export default _default;