unika-components
Version:
Unika Vue3 components library
21 lines (20 loc) • 782 B
TypeScript
export declare const defaultStyles: string[];
declare const _default: import("vue").DefineComponent<{
[x: string]: any;
}, {
styleProps: import("vue").ComputedRef<Pick<any, string>>;
handleClick: () => void;
labelSize: import("vue").ComputedRef<"0.8rem" | "1rem" | ".6rem">;
countdownSize: import("vue").ComputedRef<"1rem" | "1.5rem" | "2.25rem">;
labels: import("vue").Ref<{
days: string;
hours: string;
minutes: string;
seconds: string;
}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
[x: string]: any;
}>>, {
[x: string]: any;
}, {}>;
export default _default;