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) 135 B
import { FC } from 'react'; import { TDayCell } from '../../utils/types'; declare const DayCell: FC<TDayCell>; export default DayCell;