UNPKG

react-date-picker

Version:

A date picker for your React app.

4 lines (3 loc) 304 B
export declare function getFormatter(options: Intl.DateTimeFormatOptions): (locale: string | undefined, date: Date) => string; export declare const formatMonth: (locale: string | undefined, date: Date) => string; export declare const formatShortMonth: (locale: string | undefined, date: Date) => string;