@jaalorsa/j5-components-vue
Version:
Libreria de componentes Vue para ayudar al desarrollador en su día a día.
107 lines (106 loc) • 2.54 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
type: {
type: StringConstructor;
default: string;
};
placeholder: {
type: StringConstructor;
default: string;
};
modelValue: {
default: string;
};
name: {
type: StringConstructor;
default: string;
};
initialValue: {
type: StringConstructor;
default: string;
};
required: {
type: BooleanConstructor;
default: boolean;
};
disabled: {
type: BooleanConstructor;
default: boolean;
};
hasFocus: {
type: BooleanConstructor;
default: boolean;
};
hasInputEvent: {
type: BooleanConstructor;
default: boolean;
};
hasFocusEvent: {
type: BooleanConstructor;
default: boolean;
};
hasBlurEvent: {
type: BooleanConstructor;
default: boolean;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
type: {
type: StringConstructor;
default: string;
};
placeholder: {
type: StringConstructor;
default: string;
};
modelValue: {
default: string;
};
name: {
type: StringConstructor;
default: string;
};
initialValue: {
type: StringConstructor;
default: string;
};
required: {
type: BooleanConstructor;
default: boolean;
};
disabled: {
type: BooleanConstructor;
default: boolean;
};
hasFocus: {
type: BooleanConstructor;
default: boolean;
};
hasInputEvent: {
type: BooleanConstructor;
default: boolean;
};
hasFocusEvent: {
type: BooleanConstructor;
default: boolean;
};
hasBlurEvent: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
type: string;
name: string;
placeholder: string;
modelValue: string;
initialValue: string;
required: boolean;
disabled: boolean;
hasFocus: boolean;
hasInputEvent: boolean;
hasFocusEvent: boolean;
hasBlurEvent: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;