UNPKG

@groww-tech/react-charts

Version:
7 lines (6 loc) 108 B
export declare type PieData = { value: number; title: string; id: string; color: string; };