UNPKG

react-donut-chart

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