vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
19 lines (18 loc) • 957 B
TypeScript
import { default as _InputTag } from './src/index.vue';
export declare const InputTag: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (...args: any[]) => void;
delete: (...args: any[]) => void;
save: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onDelete?: ((...args: any[]) => any) | undefined;
onSave?: ((...args: any[]) => any) | undefined;
}>, {
max: number;
placeholder: string;
limit: number;
gap: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
inputEl: HTMLInputElement;
}, HTMLDivElement>> & Record<string, any>;
export type InputTagInstance = InstanceType<typeof _InputTag>;