UNPKG

react-modern-time-picker

Version:
5 lines (4 loc) 253 B
export declare const getCurrentTime: () => string; export declare const isTimeFormat: (time: string) => boolean; export declare const generateEmptyTime: (withSeconds: boolean) => string; export declare const addLeadingZero: (num: number) => string;