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 327 B
import { DefaultLink, DefaultNode, SankeySvgProps } from './types'; export declare const ResponsiveSankey: <N extends DefaultNode = DefaultNode, L extends DefaultLink = DefaultLink>(props: Omit<SankeySvgProps<N, L>, "height" | "width">) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ResponsiveSankey.d.ts.map