UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 194 B
/** * Retrieves an array of week keys starting from the specified weekday. */ export declare function getWeekKeys(weekStart?: 0 | 1 | 2 | 3 | 4 | 5 | 6): string[]; export default getWeekKeys;