UNPKG

react-trip-date

Version:

date-picker and range-picker for React applications

3 lines (2 loc) 122 B
import { Dayjs } from "dayjs"; export declare const sliceDaysOfMonthToWeeks: (days: Dayjs[], len: number) => Dayjs[][];