vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
16 lines (15 loc) • 863 B
TypeScript
import { default as _Select } from './src/index.vue';
export declare const Select: 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;
}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
value: string | number;
label: string | number;
placeholder: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
selectEl: HTMLDivElement;
}, HTMLDivElement>> & Record<string, any>;
export type SelectInstance = InstanceType<typeof _Select>;