UNPKG

@fluentui/react-northstar

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