UNPKG

react-funnel-chart-ts

Version:

A React Funnel Chart Component with TypeScript support

3 lines (2 loc) 117 B
export { FunnelChart } from './components/FunnelChart'; export type { FunnelItem, FunnelChartProps } from './types';