UNPKG

react-native-easy-calendar

Version:

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

7 lines (6 loc) 157 B
import type { Dayjs } from 'dayjs'; declare const getExtraDays: ({ from, to }: { from: Dayjs; to: Dayjs; }) => Dayjs[]; export default getExtraDays;