UNPKG

sankyy

Version:

<a href="https://nivo.rocks"><img alt="nivo" src="https://raw.githubusercontent.com/plouc/nivo/master/nivo.png" width="216" height="68"/></a>

3 lines 353 B
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>) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Sankey.d.ts.map