comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
87 lines (86 loc) • 3.48 kB
TypeScript
export declare const CuCountdown: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<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;
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
finish: () => boolean;
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & 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;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, 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;
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
[key: string]: any;
}>, {}, {}, {}, {
readonly value: string | number;
readonly format: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<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;
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
finish: () => boolean;
}, string, {
readonly value: string | number;
readonly format: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
install?: (app: import('vue').App) => void;
};