UNPKG

@wamra/gantt-task-react

Version:
3 lines (2 loc) 206 B
import { DateExtremity } from "../types/public-types"; export declare const countHolidays: (startDate: Date, endDate: Date, checkIsHoliday: (date: Date, dateExtremity: DateExtremity) => boolean) => number;