UNPKG

@aldabil/react-scheduler

Version:

React scheduler component based on Material-UI & date-fns

7 lines (6 loc) 206 B
import { ProcessedEvent } from '../types'; type Props = { events: ProcessedEvent[]; }; declare const MonthAgenda: ({ events }: Props) => import("react/jsx-runtime").JSX.Element; export { MonthAgenda };