UNPKG

@angeluxee/cerberus-calendar

Version:

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

5 lines 189 B
import React from 'react'; import { CalendarProps } from '@/types/calendar'; declare const Calendar: React.FC<CalendarProps>; export default Calendar; //# sourceMappingURL=Calendar.d.ts.map