tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 326 B
TypeScript
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;