UNPKG

react-donut-chart

Version:
8 lines 253 B
import React from 'react'; import { ItemWithRenderProps } from './DonutChart'; export declare type Props = { item: ItemWithRenderProps; }; declare const LegendItem: React.FC<Props>; export default LegendItem; //# sourceMappingURL=LegendItem.d.ts.map