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

This commit is contained in:
JRoger 2020-06-24 11:37:28 +08:00 committed by GitHub
parent 4ae7703b95
commit 7b2971bab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,