UNPKG

react-datetime-picker

Version:
4 lines (3 loc) 344 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) => any; export declare const formatDate: (locale: string | undefined, date: Date) => string;