@tchesa/react-native-modern-datepicker
Version:
A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)
16 lines • 460 B
TypeScript
export type Mode = 'datepicker' | 'calendar' | 'monthYear' | 'time';
export type Configs = {
dayNames: string[];
dayNamesShort: string[];
monthNames: string[];
selectedFormat: string;
dateFormat: string;
monthYearFormat: string;
timeFormat: string;
hour: string;
minute: string;
timeSelect: string;
timeClose: string;
};
export type ChangeMonthAnimationType = 'NEXT' | 'PREVIOUS';
//# sourceMappingURL=types.d.ts.map