UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

7 lines (6 loc) 232 B
import React from 'react'; interface WeekTimeGridProps { headerHeight: number; } declare const WeekTimeGrid: React.ForwardRefExoticComponent<WeekTimeGridProps & React.RefAttributes<HTMLDivElement>>; export default WeekTimeGrid;