comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
53 lines (51 loc) • 2.19 kB
TypeScript
declare function __VLS_template(): {
default?(_: {}): any;
};
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly modelValue: {
readonly type: import('vue').PropType<boolean | string | number>;
readonly default: false;
};
readonly value: import('vue').PropType<string | number>;
readonly falseValue: import('vue').PropType<string | number>;
readonly label: StringConstructor;
readonly indeterminate: {
readonly type: BooleanConstructor;
readonly default: () => any;
};
readonly disabled: BooleanConstructor;
readonly color: StringConstructor;
readonly size: import('vue').PropType<import('../../../utils').ComicSize>;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (evt: string | number | boolean) => void;
"update:modelValue": (evt: string | number | boolean) => void;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: {
readonly type: import('vue').PropType<boolean | string | number>;
readonly default: false;
};
readonly value: import('vue').PropType<string | number>;
readonly falseValue: import('vue').PropType<string | number>;
readonly label: StringConstructor;
readonly indeterminate: {
readonly type: BooleanConstructor;
readonly default: () => any;
};
readonly disabled: BooleanConstructor;
readonly color: StringConstructor;
readonly size: import('vue').PropType<import('../../../utils').ComicSize>;
}>> & Readonly<{
onChange?: (evt: string | number | boolean) => any;
"onUpdate:modelValue"?: (evt: string | number | boolean) => any;
}>, {
readonly disabled: boolean;
readonly modelValue: string | number | boolean;
readonly indeterminate: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};