Browse Source

Update Tree types

pull/10989/head
Wei Zhu 7 years ago
parent
commit
3fb478e743
  1. 1
      components/tree/index.tsx

1
components/tree/index.tsx

@ -74,6 +74,7 @@ export interface TreeProps {
/** 默认选中的树节点 */
defaultSelectedKeys?: string[];
/** 展开/收起节点时触发 */
selectable?: boolean;
onExpand?: (
expandedKeys: string[],
info: { node: AntTreeNode; expanded: boolean; },

Loading…
Cancel
Save