Browse Source

chore: export EventDataNode from rc-tree (#25142)

pull/25189/head
JRoger 4 years ago
committed by GitHub
parent
commit
7b2971bab6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/tree/index.tsx

2
components/tree/index.tsx

@ -1,6 +1,6 @@
import Tree from './Tree';
export { DataNode } from 'rc-tree/lib/interface';
export { EventDataNode, DataNode } from 'rc-tree/lib/interface';
export {
TreeProps,

Loading…
Cancel
Save