This repository has been archived on 2026-05-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blowfish/assets/lib/mermaid/dagre-wrapper/nodes.d.ts
T
2024-03-07 20:32:21 +00:00

5 lines
208 B
TypeScript

export function insertNode(elem: any, node: any, dir: any): Promise<any>;
export function setNodeElem(elem: any, node: any): void;
export function clear(): void;
export function positionNode(node: any): any;