vue-devui
Version:
DevUI components based on Vite and Vue3
24 lines (23 loc) • 990 B
TypeScript
import './countdown.scss';
declare const _default: import("vue").DefineComponent<{
readonly value: number;
readonly prefix: string;
readonly format: string;
readonly suffix: string;
readonly valueStyle: Record<string, any>;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onChange" | "onFinish")[], "onChange" | "onFinish", import("vue").PublicProps, Readonly<{
readonly value: number;
readonly prefix: string;
readonly format: string;
readonly suffix: string;
readonly valueStyle: Record<string, any>;
}> & Readonly<{
onOnChange?: ((...args: any[]) => any) | undefined;
onOnFinish?: ((...args: any[]) => any) | undefined;
}>, {
readonly prefix: string;
readonly format: string;
readonly suffix: string;
readonly valueStyle: Record<string, any>;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;