UNPKG

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

11 lines (10 loc) 380 B
export namespace arrows { export { normal }; export { vee }; export { undirected }; } export function setArrows(value: any): void; declare function normal(parent: any, id: any, edge: any, type: any): void; declare function vee(parent: any, id: any, edge: any, type: any): void; declare function undirected(parent: any, id: any, edge: any, type: any): void; export {};