UNPKG

@leafygreen-ui/date-utils

Version:
6 lines 244 B
import { MonthObject } from '../types'; /** * Returns the month name from a given index and optional locale */ export declare const getMonthName: (monthIndex: number, locale?: string) => MonthObject; //# sourceMappingURL=getMonthName.d.ts.map