UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

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