UNPKG

@vue-studio/h5-components

Version:

Vue Component base Vant4

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