@dfnivo/sankey
Version:
<a href="https://nivo.rocks"><img alt="nivo" src="https://raw.githubusercontent.com/plouc/nivo/master/nivo.png" width="216" height="68"/></a>
4 lines • 410 B
TypeScript
import { DefaultLink, DefaultNode, SankeyLinkDatum } from './types';
export declare const sankeyLinkHorizontal: <N extends DefaultNode, L extends DefaultLink>() => (link: SankeyLinkDatum<N, L>, contract: number) => string;
export declare const sankeyLinkVertical: <N extends DefaultNode, L extends DefaultLink>() => (link: SankeyLinkDatum<N, L>, contract: number) => string;
//# sourceMappingURL=links.d.ts.map