UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

7 lines (6 loc) 130 B
export default interface CalendarEvent { id: number | string; title: string; startedAt: Date; finishedAt: Date; }