comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
63 lines (61 loc) • 2.55 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly progress: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly type: {
readonly type: import('vue').PropType<import('../../../utils').ComicType>;
readonly default: "primary";
};
readonly barType: {
readonly type: import('vue').PropType<"line" | "line-trends" | "circle" | "trends">;
readonly default: "line";
};
readonly status: import('vue').PropType<"success" | "warning" | "fail">;
readonly size: {
readonly type: import('vue').PropType<string | number>;
readonly default: "120";
};
readonly barWidth: NumberConstructor;
readonly colors: import('vue').PropType<string | Record<string, string> | ((value: number) => string)>;
readonly insetFormat: BooleanConstructor;
readonly format: StringConstructor;
readonly showText: {
readonly type: BooleanConstructor;
readonly default: true;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly progress: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly type: {
readonly type: import('vue').PropType<import('../../../utils').ComicType>;
readonly default: "primary";
};
readonly barType: {
readonly type: import('vue').PropType<"line" | "line-trends" | "circle" | "trends">;
readonly default: "line";
};
readonly status: import('vue').PropType<"success" | "warning" | "fail">;
readonly size: {
readonly type: import('vue').PropType<string | number>;
readonly default: "120";
};
readonly barWidth: NumberConstructor;
readonly colors: import('vue').PropType<string | Record<string, string> | ((value: number) => string)>;
readonly insetFormat: BooleanConstructor;
readonly format: StringConstructor;
readonly showText: {
readonly type: BooleanConstructor;
readonly default: true;
};
}>> & Readonly<{}>, {
readonly size: string | number;
readonly progress: number;
readonly type: import('../../../utils').ComicType;
readonly barType: "circle" | "line" | "line-trends" | "trends";
readonly insetFormat: boolean;
readonly showText: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;