mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 11:11:31 +00:00
21 lines
555 B
TypeScript
Executable File
21 lines
555 B
TypeScript
Executable File
// 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;
|
|
}
|
|
}
|
|
const _default: import("@fullcalendar/core").PluginDef;
|
|
export default _default;
|
|
}
|
|
|