UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

8 lines (7 loc) 263 B
import { ReactElement } from 'react'; import { EventStorage } from '../../api/EventStorage'; export interface DateEventsContent { eventStorage: EventStorage; date: Date; } export default function DateEventsContent(props: DateEventsContent): ReactElement;