UNPKG

pro-vue

Version:
5 lines (4 loc) 476 B
import type { Plugin } from "vue"; declare type SFCWithInstall<T> = T & Plugin; export declare const Countdown: SFCWithInstall<import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>; export default Countdown;