UNPKG

react-native-calendars

Version:
8 lines (7 loc) 290 B
export declare function getCalendarDateString(date?: Date | string | number): any; export declare function getDefaultLocale(): any; declare const _default: { getCalendarDateString: typeof getCalendarDateString; getDefaultLocale: typeof getDefaultLocale; }; export default _default;