UNPKG

react-time-picker

Version:

A time picker for your React app.

3 lines (2 loc) 262 B
export declare function getFormatter(options: Intl.DateTimeFormatOptions): (locale: string | undefined, date: Date) => string; export declare function getNumberFormatter(options: Intl.NumberFormatOptions): (locale: string | undefined, number: number) => string;