vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
64 lines (63 loc) • 2.79 kB
TypeScript
import { default as _UInput } from './src/index.vue';
export declare const UInput: import('../withInstall').SFCWithInstall<{
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./src/types').Props> & Readonly<{
onBlur?: ((...args: any[]) => any) | undefined;
onInput?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
blur: (...args: any[]) => void;
input: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, import('vue').PublicProps, {
type: "text" | "password" | "textarea";
modelValue: string;
clear: boolean;
placeholder: string;
count: boolean;
rows: number | string;
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
countEl: HTMLDivElement;
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./src/types').Props> & Readonly<{
onBlur?: ((...args: any[]) => any) | undefined;
onInput?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, {
type: "text" | "password" | "textarea";
modelValue: string;
clear: boolean;
placeholder: string;
count: boolean;
rows: number | string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./src/types').Props> & Readonly<{
onBlur?: ((...args: any[]) => any) | undefined;
onInput?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
blur: (...args: any[]) => void;
input: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, string, {
type: "text" | "password" | "textarea";
modelValue: string;
clear: boolean;
placeholder: string;
count: boolean;
rows: number | string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
prepend?(_: {}): any;
append?(_: {}): any;
};
})> & Record<string, any>;
export type UInputInstance = InstanceType<typeof _UInput>;