UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

7 lines (6 loc) 179 B
/// <reference types="react" /> export interface TimeGridProps { cellHeight: number; width: number; } export default function TimeGrid(props: TimeGridProps): JSX.Element;