watercolor-ui
Version:
A modern minimalist cross-framework component library
30 lines • 1.12 kB
TypeScript
interface Props {
seconds: number;
autoStart?: boolean;
size?: 'sm' | 'md' | 'lg' | 'xl';
color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'error';
customColor?: string;
fontSize?: string;
format?: 'simple' | 'detailed' | 'card';
warningTime?: number | null;
className?: string;
}
declare const _default: import('vue').DefineComponent<Props, {
start: () => void;
clear: () => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
finish: () => any;
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
onFinish?: (() => any) | undefined;
}>, {
className: string;
color: "default" | "primary" | "secondary" | "success" | "warning" | "error";
size: "sm" | "md" | "lg" | "xl";
autoStart: boolean;
customColor: string;
fontSize: string;
format: "simple" | "detailed" | "card";
warningTime: number | null;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
export default _default;
//# sourceMappingURL=Countdown.vue.d.ts.map