tdesign-vue
Version:
7 lines (6 loc) • 312 B
TypeScript
import Select from './select';
import Option from './option';
import SelectPanel from './select-panel';
export declare type SelectInstance = InstanceType<typeof Select>;
export declare type OptionInstance = InstanceType<typeof Option>;
export declare type SelectPanelInstance = InstanceType<typeof SelectPanel>;