@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 • 357 B
TypeScript
/// <reference types="react" />
import { DefaultLink, DefaultNode, SankeySvgProps } from './types';
export declare const Sankey: <N extends DefaultNode = DefaultNode, L extends DefaultLink = DefaultLink>({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: SankeySvgProps<N, L>) => JSX.Element;
//# sourceMappingURL=Sankey.d.ts.map