vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
24 lines (23 loc) • 1.08 kB
TypeScript
import { default as _Cascader } from './src/index.vue';
export declare const Cascader: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
clear: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onClear?: ((...args: any[]) => any) | undefined;
}>, {
data: any[] | null;
modelValue: string | string[];
placeholder: string;
decollator: string;
fields: {
label: string;
value: string;
children: string;
};
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
cascaderEl: HTMLDivElement;
}, HTMLDivElement>> & Record<string, any>;
export type CascaderInstance = InstanceType<typeof _Cascader>;