UNPKG

@josmangarsal/pragmatic-scheduler

Version:
10 lines (9 loc) 475 B
import { SchedulerViewControlsProps } from '../types'; export declare const useSchedulerIntervals: (activeDate: Date, { startDate, setStartDate, endDate, setEndDate, interval }?: SchedulerViewControlsProps) => { controls: import("@emotion/react/jsx-runtime").JSX.Element | null; currentInterval: number; extendFrom: () => void; extendTo: () => void; config: import("../types").Config; divisionDetails: import("../types").DivisionDetail[]; };