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.

5 lines (4 loc) 160 B
import { FC } from 'react'; import { IYearSwitcher } from '../../utils/interfaces'; declare const YearSwitcher: FC<IYearSwitcher>; export default YearSwitcher;