UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

5 lines (4 loc) 148 B
/// <reference types="react" /> export interface ScheduleGridProps { } export default function ScheduleGrid(props: ScheduleGridProps): JSX.Element;