UNPKG

timeline-calendar-react

Version:

A timeline calendar component for React, built with TypeScript and Vite.

4 lines (3 loc) 220 B
import { UserWithRangeType } from '../../../../types'; import { IRange } from '../../../../utils'; export declare const getRangesArray: (user: UserWithRangeType, currentDate: string, tdWidth: number | null) => IRange[];