dagre-d3-es
Version:
<p align="center"> <a href="https://tbo47.github.io/" ><img src="https://img.shields.io/badge/created_by-tbo47-blue.svg" alt="Created by tbo47"></a> <a href="https://www.npmjs.com/dagre-d3-es"><img src="https://img.shields.io/npm/v/dagre-d3-es.svg?log
13 lines (12 loc) • 436 B
TypeScript
export namespace shapes {
export { rect };
export { ellipse };
export { circle };
export { diamond };
}
export function setShapes(value: any): void;
declare function rect(parent: any, bbox: any, node: any): any;
declare function ellipse(parent: any, bbox: any, node: any): any;
declare function circle(parent: any, bbox: any, node: any): any;
declare function diamond(parent: any, bbox: any, node: any): any;
export {};