UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

8 lines (7 loc) 279 B
import { ReactElement } from 'react'; import { PopoverState } from '../../../../common/hooks/popover/usePopover'; interface YearEventPopoverProps { popoverState: PopoverState; } export default function YearEventPopover(props: YearEventPopoverProps): ReactElement; export {};