UNPKG

react-simple-calender

Version:
5 lines (4 loc) 295 B
import { TitleFormat } from "./type"; export declare const getFormatedYearMonth: (year: number, month: number) => string; export declare function isLessThanMin(date1: string, date2: string): boolean; export declare const getTitleFormat: (dateString: string, format?: TitleFormat) => string;