vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
24 lines (23 loc) • 908 B
TypeScript
import { Props } from './types';
declare const _default: import('vue').DefineComponent<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<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>;
export default _default;