import { Tree } from 'antd'; export type { TreeProps } from 'antd/lib/tree'; export * from 'antd/lib/tree'; export default Tree;