@fullcalendar/vue
Version:
The official Vue 2 component for FullCalendar
14 lines (13 loc) • 727 B
TypeScript
import Vue from 'vue';
import { Calendar, CalendarOptions } from '@fullcalendar/core';
import { CustomRendering } from '@fullcalendar/core/internal';
declare const FullCalendar: import("vue/types/vue.js").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, {
renderId: number;
customRenderingMap: Map<string, CustomRendering<any>>;
}, {
getApi(): Calendar;
buildOptions(suppliedOptions: CalendarOptions | undefined): CalendarOptions;
}, unknown, {
options: CalendarOptions;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
export default FullCalendar;