comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
56 lines (54 loc) • 2.05 kB
TypeScript
declare function __VLS_template(): {
default?(_: {}): any;
corner?(_: {}): any;
};
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly value: import('vue').PropType<number | string>;
readonly dot: BooleanConstructor;
readonly max: {
readonly type: NumberConstructor;
readonly default: 99;
};
readonly type: {
readonly type: import('vue').PropType<import('../../../utils').ComicType>;
readonly default: "danger";
};
readonly color: StringConstructor;
readonly zeroShow: BooleanConstructor;
readonly ellipsis: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly offset: import('vue').PropType<number | number[]>;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly value: import('vue').PropType<number | string>;
readonly dot: BooleanConstructor;
readonly max: {
readonly type: NumberConstructor;
readonly default: 99;
};
readonly type: {
readonly type: import('vue').PropType<import('../../../utils').ComicType>;
readonly default: "danger";
};
readonly color: StringConstructor;
readonly zeroShow: BooleanConstructor;
readonly ellipsis: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly offset: import('vue').PropType<number | number[]>;
}>> & Readonly<{}>, {
readonly type: import('../../../utils').ComicType;
readonly dot: boolean;
readonly max: number;
readonly zeroShow: boolean;
readonly ellipsis: 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;
};
};