UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

7 lines (6 loc) 186 B
import { ReactElement } from 'react'; interface HourIndicatorProps { cellHeight: number; } export default function HourIndicator(props: HourIndicatorProps): ReactElement; export {};