From f76a0895d4a0f3a031aaf3580696f2b0ce010513 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Wed, 29 May 2019 11:55:43 +0300 Subject: [PATCH] Created FullCalendar.d.ts --- src/components/fullcalendar/FullCalendar.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/components/fullcalendar/FullCalendar.d.ts 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