mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
9 lines
381 B
TypeScript
9 lines
381 B
TypeScript
export function drawNode(elem: object, node: object, fullSection: any, conf: object): number;
|
|
export function drawEdge(edgesElem: any, mindmap: any, parent: any, depth: any, fullSection: any): void;
|
|
export function positionNode(node: any): void;
|
|
declare namespace _default {
|
|
export { drawNode };
|
|
export { positionNode };
|
|
export { drawEdge };
|
|
}
|
|
export default _default;
|