comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
95 lines (94 loc) • 4.05 kB
TypeScript
export declare const CuTextarea: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: StringConstructor;
readonly placeholder: StringConstructor;
readonly maxlength: NumberConstructor;
readonly autoFocus: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly disabled: BooleanConstructor;
readonly rows: NumberConstructor;
}>> & Readonly<{
onBlur?: (evt: FocusEvent) => any;
onChange?: (value: string) => any;
onFocus?: (evt: FocusEvent) => any;
"onUpdate:modelValue"?: (value: string) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
blur: (evt: FocusEvent) => void;
change: (value: string) => void;
focus: (evt: FocusEvent) => void;
"update:modelValue": (value: string) => void;
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: StringConstructor;
readonly placeholder: StringConstructor;
readonly maxlength: NumberConstructor;
readonly autoFocus: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly disabled: BooleanConstructor;
readonly rows: NumberConstructor;
}>> & Readonly<{
onBlur?: (evt: FocusEvent) => any;
onChange?: (value: string) => any;
onFocus?: (evt: FocusEvent) => any;
"onUpdate:modelValue"?: (value: string) => any;
}>, {
readonly disabled: boolean;
readonly autoFocus: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: StringConstructor;
readonly placeholder: StringConstructor;
readonly maxlength: NumberConstructor;
readonly autoFocus: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly disabled: BooleanConstructor;
readonly rows: NumberConstructor;
}>> & Readonly<{
onBlur?: (evt: FocusEvent) => any;
onChange?: (value: string) => any;
onFocus?: (evt: FocusEvent) => any;
"onUpdate:modelValue"?: (value: string) => any;
}>, {}, {}, {}, {}, {
readonly disabled: boolean;
readonly autoFocus: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: StringConstructor;
readonly placeholder: StringConstructor;
readonly maxlength: NumberConstructor;
readonly autoFocus: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly disabled: BooleanConstructor;
readonly rows: NumberConstructor;
}>> & Readonly<{
onBlur?: (evt: FocusEvent) => any;
onChange?: (value: string) => any;
onFocus?: (evt: FocusEvent) => any;
"onUpdate:modelValue"?: (value: string) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
blur: (evt: FocusEvent) => void;
change: (value: string) => void;
focus: (evt: FocusEvent) => void;
"update:modelValue": (value: string) => void;
}, string, {
readonly disabled: boolean;
readonly autoFocus: boolean;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
install?: (app: import('vue').App) => void;
};