UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

3 lines (2 loc) 271 B
import { type MonthViewProps } from './types.js'; export declare function MonthView({ date, events, onEventClick, onDateClick, onSlotClick, weekStartsOn, locale, labels: labelOverrides, className, renderEvent, }: MonthViewProps): import("react/jsx-runtime").JSX.Element;