UNPKG

@atlaskit/datetime-picker

Version:

A date time picker allows the user to select an associated date and time.

8 lines (7 loc) 169 B
type TimeObject = { hour: number; minute: number; seconds: number; }; export declare function convertTo24hrTime(time: string): TimeObject | null; export {};