comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
27 lines (25 loc) • 1.24 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly modelValue: StringConstructor;
readonly alpha: BooleanConstructor;
readonly format: StringConstructor;
readonly size: import('vue').PropType<import('../../../utils').ComicSize>;
readonly disabled: BooleanConstructor;
readonly predefine: import('vue').PropType<string[]>;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (value: string) => void;
"update:modelValue": (value: string) => void;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: StringConstructor;
readonly alpha: BooleanConstructor;
readonly format: StringConstructor;
readonly size: import('vue').PropType<import('../../../utils').ComicSize>;
readonly disabled: BooleanConstructor;
readonly predefine: import('vue').PropType<string[]>;
}>> & Readonly<{
onChange?: (value: string) => any;
"onUpdate:modelValue"?: (value: string) => any;
}>, {
readonly disabled: boolean;
readonly alpha: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;