UNPKG

@kadconsulting/dry

Version:
6 lines (5 loc) 382 B
import type { CalendarProps } from './CalendarTypes'; import './Calendar.scss'; import './CalendarOverrides.scss'; declare const CalendarComponent: ({ events, onEventClick, modalContent, isOpen, closeModal, height, slotMinTime, slotMaxTime, mobileContent, selectable, handleSelectSlot, }: CalendarProps) => import("react/jsx-runtime").JSX.Element; export default CalendarComponent;