blowfish/node_modules/mermaid/dist/dagre-wrapper/clusters.d.ts

5 lines
208 B
TypeScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
export function insertCluster(elem: any, node: any): void;
export function getClusterTitleWidth(elem: any, node: any): number;
export function clear(): void;
export function positionCluster(node: any): void;