UNPKG

comic-plus

Version:

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

49 lines (47 loc) 1.98 kB
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ readonly modelValue: { readonly type: import('vue').PropType<string | string[]>; readonly required: true; }; readonly rangeSeparator: { readonly type: StringConstructor; readonly default: "/"; }; readonly size: import('vue').PropType<import('../../../utils').ComicSize>; readonly range: BooleanConstructor; readonly placeholder: StringConstructor; readonly startPlaceholder: StringConstructor; readonly endPlaceholder: StringConstructor; readonly disabled: BooleanConstructor; readonly clearable: BooleanConstructor; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (value: string | string[]) => void; clear: () => void; "update:modelValue": (value: string | string[]) => void; }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ readonly modelValue: { readonly type: import('vue').PropType<string | string[]>; readonly required: true; }; readonly rangeSeparator: { readonly type: StringConstructor; readonly default: "/"; }; readonly size: import('vue').PropType<import('../../../utils').ComicSize>; readonly range: BooleanConstructor; readonly placeholder: StringConstructor; readonly startPlaceholder: StringConstructor; readonly endPlaceholder: StringConstructor; readonly disabled: BooleanConstructor; readonly clearable: BooleanConstructor; }>> & Readonly<{ onChange?: (value: string | string[]) => any; onClear?: () => any; "onUpdate:modelValue"?: (value: string | string[]) => any; }>, { readonly disabled: boolean; readonly clearable: boolean; readonly range: boolean; readonly rangeSeparator: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;