UNPKG

react-time-picker

Version:

A time picker for your React app.

4 lines (3 loc) 216 B
import type { AmPmType } from './types.js'; export declare function convert12to24(hour12: string | number, amPm: AmPmType): number; export declare function convert24to12(hour24: string | number): [number, AmPmType];