UNPKG

@vue-studio/h5-components

Version:

Vue Component base Vant4

21 lines (20 loc) 816 B
import type { PickerOption } from 'vant'; import type { SelectProps } from './interface'; declare const _default: import("vue").DefineComponent<SelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:modelValue": (value: string | number) => any; }, string, import("vue").PublicProps, Readonly<SelectProps> & Readonly<{ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined; }>, { options: PickerOption[]; fieldNames: { text?: string; value?: string; children?: string; }; labelInValue: boolean; multiple: boolean; readonly: boolean; disabled: boolean; loading: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;