UNPKG

@grandlinex/react-components

Version:
7 lines (6 loc) 160 B
export type ClockType = { s: number | string; m: number | string; h: number | string; }; export declare function pad(num: number | string): string;