UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

6 lines (5 loc) 180 B
import { ReactElement } from 'react'; export interface DateEventsLabelProps { date: Date; } export default function DateEventsLabel(props: DateEventsLabelProps): ReactElement;