UNPKG

tdesign-mobile-vue

Version:
11 lines (10 loc) 395 B
import _Picker from './picker'; import _Cascade from './cascade.vue'; import { WithInstallType } from '../shared'; import './style'; import { TdPickerProps } from './type'; export * from './type'; export declare type PickerProps = TdPickerProps; export declare const Picker: WithInstallType<typeof _Picker>; export declare const Cascade: WithInstallType<typeof _Cascade>; export default Picker;