UNPKG

@chynna/react-calendar

Version:

A flexible and feature-rich calendar component library for React applications with drag-and-drop support, multiple views (Day, Week, Month, Year), and plugin architecture

4 lines (3 loc) 213 B
import { CalendarPlugin, EventsPluginConfig } from '@/types'; export declare const defaultEventsConfig: EventsPluginConfig; export declare function createEventsPlugin(config?: EventsPluginConfig): CalendarPlugin;