diff --git a/types/recharts/index.d.ts b/types/recharts/index.d.ts index 78da1ec8f5..c7f420edf6 100644 --- a/types/recharts/index.d.ts +++ b/types/recharts/index.d.ts @@ -867,7 +867,7 @@ export interface LabelListProps { children?: React.ReactNode[] | React.ReactNode; className?: string; clockWise?: boolean; - content?: React.ReactElement | ContentRenderer