UNPKG

@nivo/pie

Version:
5 lines 301 B
import { ReactElement } from 'react'; import { WithChartRef } from '@nivo/core'; import { PieSvgProps, MayHaveLabel } from './types'; export declare const Pie: <RawDatum extends MayHaveLabel>(props: WithChartRef<PieSvgProps<RawDatum>, SVGSVGElement>) => ReactElement; //# sourceMappingURL=Pie.d.ts.map