UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 276 B
/** * Get aria-label for the date. * @param date - The date. * @param formatStr - The format string. * @param format - The format function. */ export declare function getAriaLabel(date: Date, formatStr: string, format: (date: Date, formatStr: string) => string): string;