UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

6 lines (5 loc) 183 B
/// <reference types="react" /> export interface MonthEventDotProps { size?: 'regular' | 'large'; } export default function MonthEventDot(props: MonthEventDotProps): JSX.Element;