diff --git a/components/tree/Tree.tsx b/components/tree/Tree.tsx index 17675f33ef..c80a326717 100644 --- a/components/tree/Tree.tsx +++ b/components/tree/Tree.tsx @@ -39,7 +39,6 @@ export interface AntTreeNodeProps { selectable?: boolean; icon?: ((treeNode: AntdTreeNodeAttribute) => React.ReactNode) | React.ReactNode; children?: React.ReactNode; - [customProp: string]: any; }