UNPKG

dagre-d3-es

Version:

<p align="center"> <a href="https://www.npmjs.com/dagre-d3-es"><img src="https://img.shields.io/npm/v/dagre-d3-es.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="dagre-d3-es on npm" /></a>&nbsp; <a href="https://www.npmjs.com/dagre-

13 lines (12 loc) 436 B
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 {};