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