UNPKG

@leafygreen-ui/date-utils

Version:
5 lines 207 B
/** * Returns the month index of a month name in the current locale */ export declare const getMonthIndex: (monthName: string, locale?: string) => number | null; //# sourceMappingURL=getMonthIndex.d.ts.map