UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

17 lines (16 loc) 895 B
import { default as _AutoComplete } from './src/index.vue'; export declare const AutoComplete: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { select: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{ onSelect?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { value: string; label: string; maxVisible: number; debounceTime: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { wrapperEl: HTMLDivElement; }, HTMLDivElement>> & Record<string, any>; export type AutoCompleteInstance = InstanceType<typeof _AutoComplete>;