This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
30
themes/blowfish/assets/lib/mermaid/diagrams/user-journey/journeyRenderer.d.ts
vendored
Normal file
30
themes/blowfish/assets/lib/mermaid/diagrams/user-journey/journeyRenderer.d.ts
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
export declare const setConf: (cnf: any) => void;
|
||||
export declare const draw: (text: any, id: any, version: any, diagObj: any) => void;
|
||||
export declare const bounds: {
|
||||
data: {
|
||||
startx: undefined;
|
||||
stopx: undefined;
|
||||
starty: undefined;
|
||||
stopy: undefined;
|
||||
};
|
||||
verticalPos: number;
|
||||
sequenceItems: never[];
|
||||
init: () => void;
|
||||
updateVal: (obj: any, key: any, val: any, fun: any) => void;
|
||||
updateBounds: (startx: any, starty: any, stopx: any, stopy: any) => void;
|
||||
insert: (startx: any, starty: any, stopx: any, stopy: any) => void;
|
||||
bumpVerticalPos: (bump: any) => void;
|
||||
getVerticalPos: () => number;
|
||||
getBounds: () => {
|
||||
startx: undefined;
|
||||
stopx: undefined;
|
||||
starty: undefined;
|
||||
stopy: undefined;
|
||||
};
|
||||
};
|
||||
export declare const drawTasks: (diagram: any, tasks: any, verticalPos: any) => void;
|
||||
declare const _default: {
|
||||
setConf: (cnf: any) => void;
|
||||
draw: (text: any, id: any, version: any, diagObj: any) => void;
|
||||
};
|
||||
export default _default;
|
Loading…
Add table
Add a link
Reference in a new issue