UNPKG

@leafygreen-ui/date-utils

Version:
6 lines 232 B
/** * Returns an array of weekdays for the provided locale. * Defaults to system locale */ export declare const getLocaleWeekdays: (locale?: string) => import("..").WeekdayObject[]; //# sourceMappingURL=getLocaleWeekdays.d.ts.map