UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 326 B
import _TreeSelect from './tree-select'; import { WithInstallType } from '../shared'; import { TdTreeSelectProps } from './type'; import './style'; export * from './type'; export declare type TreeSelectProps = TdTreeSelectProps; export declare const TreeSelect: WithInstallType<typeof _TreeSelect>; export default TreeSelect;