UNPKG

v-event-calendar

Version:

Lightweight, Vue 3 Event Calendar With Event Scheduling, Multiple Views, Drag-&-Drop, Resizing and Customizable Styling

4 lines (2 loc) 113 B
import { CalendarEvent } from '../types'; export declare function isEventAllDay(event: CalendarEvent): boolean;