UNPKG

recharts

Version:
4 lines (3 loc) 210 B
import * as React from 'react'; import { CartesianChartProps } from '../util/types'; export declare const FunnelChart: React.ForwardRefExoticComponent<CartesianChartProps & React.RefAttributes<SVGSVGElement>>;