UNPKG

@fluentui/react-northstar

Version:
8 lines (7 loc) 270 B
import { IDateGridStrings } from './dateFormatting.types'; /** * Format date to a month-year string * @param date - input date to format * @param strings - localized strings */ export declare const formatMonthYear: (date: Date, strings: IDateGridStrings) => string;