UNPKG

@fluentui/react-northstar

Version:
6 lines (5 loc) 148 B
/** * Format date to a day string representation * @param date - input date to format */ export declare const formatDay: (date: Date) => string;