UNPKG

react-native-easy-calendar

Version:

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

4 lines (3 loc) 150 B
import type { Dayjs } from 'dayjs'; declare const dateRange: (start: Dayjs, end: Dayjs, jump?: 'day' | 'month') => Dayjs[]; export default dateRange;