@angeluxee/cerberus-calendar
Version:
A highly configurable React calendar component with day, week, and month views
8 lines • 308 B
TypeScript
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