UNPKG

react-full-year-scheduler-single-file

Version:

React Year Scheduler is a customizable and easy-to-use React component that allows you to display a year calendar with events, and enable users to select and interact with them.

3 lines (2 loc) 174 B
import { IReactFullYearSchedulerContext } from './../utils/interfaces'; export declare const CalendarContext: import("react").Context<IReactFullYearSchedulerContext | null>;