comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
35 lines (33 loc) • 1.24 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly value: {
readonly type: import('vue').PropType<string | number>;
readonly default: 0;
};
readonly format: {
readonly type: StringConstructor;
readonly default: "HH:mm:ss";
};
readonly prefix: StringConstructor;
readonly suffix: StringConstructor;
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
finish: () => boolean;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly value: {
readonly type: import('vue').PropType<string | number>;
readonly default: 0;
};
readonly format: {
readonly type: StringConstructor;
readonly default: "HH:mm:ss";
};
readonly prefix: StringConstructor;
readonly suffix: StringConstructor;
}>> & Readonly<{
onFinish?: () => any;
}>, {
readonly value: string | number;
readonly format: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;