Kirill Alexander Khalitov 2018-06-07 17:42:40 +03:00 committed by 偏右
parent 396f81dbab
commit 74755fef99

View File

@ -27,7 +27,7 @@ export interface AntTreeNodeProps {
title?: string | React.ReactNode; title?: string | React.ReactNode;
key?: string; key?: string;
isLeaf?: boolean; isLeaf?: boolean;
icon?: (treeNode: AntdTreeNodeAttribute) => React.ReactNode | React.ReactNode; icon?: ((treeNode: AntdTreeNodeAttribute) => React.ReactNode) | React.ReactNode;
children?: React.ReactNode; children?: React.ReactNode;
} }