Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Feb 12, 2024
1 parent c789c5a commit 84e943d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/x-charts/src/PieChart/PiePlot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ export interface PiePlotProps extends Pick<PieArcPlotProps, 'skipAnimation' | 'o
* @default {}
*/
slotProps?: PiePlotSlotProps;
/**
* Callback fired when a pie item is clicked.
* @param {React.MouseEvent<SVGPathElement, MouseEvent>} event The event source of the callback.
* @param {PieItemIdentifier} pieItemIdentifier The pie item identifier.
* @param {DefaultizedPieValueType} item The pie item.
*/
}

/**
Expand Down

0 comments on commit 84e943d

Please sign in to comment.