UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

37 lines (35 loc) 1.43 kB
declare const _default: import('vue').DefineComponent<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; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { blur: (evt: FocusEvent) => void; change: (value: string) => void; focus: (evt: FocusEvent) => void; "update:modelValue": (value: string) => void; }, string, import('vue').PublicProps, 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; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;