UNPKG

react-native-easy-calendar

Version:

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

9 lines (8 loc) 261 B
import type { DefaultLocale } from '../Locales'; export declare type Locale = typeof DefaultLocale; export interface LocaleData { months: () => string[]; monthsShort: () => string[]; weekdaysMin: () => string[]; weekdaysShort: () => string[]; }