diff --git a/src/components/fullcalendar/FullCalendar.d.ts b/src/components/fullcalendar/FullCalendar.d.ts new file mode 100644 index 000000000..a20ce0a9f --- /dev/null +++ b/src/components/fullcalendar/FullCalendar.d.ts @@ -0,0 +1,6 @@ +import Vue from 'vue'; + +export declare class FullCalendar extends Vue { + events?: any[]; + options?: object; +} \ No newline at end of file