UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

3 lines (2 loc) 181 B
import { DateObjectWithOptionalDay } from '../types'; export declare function generateMonthItems(date: number, pastRange: number, futureRange: number): DateObjectWithOptionalDay[];