tdesign-mobile-vue
Version:
tdesign-mobile-vue
43 lines (42 loc) • 1.19 kB
TypeScript
import { PropType } from 'vue';
import { PickerColumnItem, PickerValue } from './type';
declare const _default: import("vue").DefineComponent<{
options: {
type: PropType<PickerColumnItem[]>;
};
value: {
type: PropType<PickerValue>;
default: any;
};
renderLabel: {
type: FunctionConstructor;
default: any;
};
onPick: {
type: FunctionConstructor;
default: any;
};
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "pick"[], "pick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
options: {
type: PropType<PickerColumnItem[]>;
};
value: {
type: PropType<PickerValue>;
default: any;
};
renderLabel: {
type: FunctionConstructor;
default: any;
};
onPick: {
type: FunctionConstructor;
default: any;
};
}>> & {
onPick?: (...args: any[]) => any;
}, {
renderLabel: Function;
value: PickerValue;
onPick: Function;
}, {}>;
export default _default;