Browse Source

Format (#16639)

pull/16643/head
ztplz 6 years ago
committed by zombieJ
parent
commit
1872f51f94
  1. 1
      components/tree/Tree.tsx

1
components/tree/Tree.tsx

@ -25,6 +25,7 @@ export interface AntdTreeNodeAttribute {
disabled: boolean;
disableCheckbox: boolean;
}
export interface AntTreeNodeProps {
className?: string;
checkable?: boolean;

Loading…
Cancel
Save