aboutsummaryrefslogtreecommitdiffstats
path: root/library/fullcalendar/packages/google-calendar/main.d.ts
blob: 1ed96f7789855aa58699250a1cc5370d01d789a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Generated by dts-bundle v0.7.3-fork.1
// Dependencies for this module:
//   main.d.ts

declare module '@fullcalendar/google-calendar' {
    module '@fullcalendar/core' {
        interface OptionsInput {
            googleCalendarApiKey?: string;
        }
    }
    module '@fullcalendar/core/structs/event-source' {
        interface ExtendedEventSourceInput {
            googleCalendarApiKey?: string;
            googleCalendarId?: string;
            googleCalendarApiBase?: string;
        }
    }
    const _default: import("@fullcalendar/core").PluginDef;
    export default _default;
}