mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-26 12:39:10 -04:00
Add Material Design for Public and Admin
This commit is contained in:
20
public/assets/fullcalendar/google-calendar/main.d.ts
vendored
Normal file
20
public/assets/fullcalendar/google-calendar/main.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
// 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user