UNPKG

@aldabil/react-scheduler

Version:

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

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