From 3130a9584d2ff28fbfdcb4c016b01412802b428d Mon Sep 17 00:00:00 2001 From: ztplz Date: Sat, 10 Nov 2018 22:40:53 +0800 Subject: [PATCH] Delete extra blank line --- components/tree/Tree.tsx | 1 - 1 file changed, 1 deletion(-) 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; }