@nivo/funnel
Version:
5 lines • 365 B
TypeScript
import { ReactElement } from 'react';
import { ResponsiveProps, WithChartRef } from '@nivo/core';
import { FunnelDatum, FunnelSvgProps } from './types';
export declare const ResponsiveFunnel: <D extends FunnelDatum = FunnelDatum>(props: WithChartRef<ResponsiveProps<FunnelSvgProps<D>>, SVGSVGElement>) => ReactElement;
//# sourceMappingURL=ResponsiveFunnel.d.ts.map