UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

8 lines (7 loc) 257 B
import { ReactNode } from 'react'; export interface MonthEventListPopoverProps { date: Date; remainingEvents: number; eventsComponent: ReactNode[]; } export default function MonthEventListPopover(props: MonthEventListPopoverProps): JSX.Element;