UNPKG

@angeluxee/cerberus-calendar

Version:

A highly configurable React calendar component with day, week, and month views

8 lines 308 B
import React from 'react'; import { CalendarProps } from '@/types/calendar'; interface CalendarShadowDOMProps extends CalendarProps { className?: string; } declare const CalendarShadowDOM: React.FC<CalendarShadowDOMProps>; export default CalendarShadowDOM; //# sourceMappingURL=CalendarShadowDOM.d.ts.map