UNPKG

react-native-easy-calendar

Version:

Customizable, easy-to-use, performant calendar components for React Native

13 lines (10 loc) 309 B
import type { DefaultLocale } from '../Locales'; export type Locale = typeof DefaultLocale; export interface LocaleData { // firstDayOfWeek: Function; // longDateFormat: Function; months: () => string[]; monthsShort: () => string[]; weekdaysMin: () => string[]; weekdaysShort: () => string[]; }