@ -47,7 +47,6 @@ export function PieChart({ width, textPadding, ...props }: PieChartProps) {
);
}
// path, arcs, pie
type PieSlicesProps<PieChartData> = ProvidedProps<PieChartData> & {
isLabel: boolean;
};