mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
parent
be74114d22
commit
e107b03cc7
@ -34,11 +34,12 @@ export interface AntTreeNodeProps {
|
||||
checked?: boolean;
|
||||
expanded?: boolean;
|
||||
selected?: boolean;
|
||||
selectable?: boolean;
|
||||
icon?: ((treeNode: AntdTreeNodeAttribute) => React.ReactNode) | React.ReactNode;
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
|
||||
export interface AntTreeNode extends React.Component<AntTreeNodeProps, {}> {}
|
||||
export interface AntTreeNode extends React.Component<AntTreeNodeProps, {}> { }
|
||||
|
||||
export interface AntTreeNodeBaseEvent {
|
||||
node: AntTreeNode;
|
||||
|
Loading…
Reference in New Issue
Block a user