mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
Delete extra blank line
This commit is contained in:
@@ -39,7 +39,6 @@ export interface AntTreeNodeProps {
|
||||
selectable?: boolean;
|
||||
icon?: ((treeNode: AntdTreeNodeAttribute) => React.ReactNode) | React.ReactNode;
|
||||
children?: React.ReactNode;
|
||||
|
||||
[customProp: string]: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user