mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
3.2.5
This commit is contained in:
2
resources/assets/fullcalendar/core/main.d.ts
vendored
2
resources/assets/fullcalendar/core/main.d.ts
vendored
@@ -2630,7 +2630,7 @@ declare module '@fullcalendar/core/structs/view-config' {
|
||||
class?: ViewClass;
|
||||
[optionName: string]: any;
|
||||
}
|
||||
export type ViewConfigInput = ViewClass | ViewConfigObjectInput;
|
||||
export type ViewConfigInput = ViewClass | ViewConfigObjectInput;
|
||||
export type ViewConfigInputHash = {
|
||||
[viewType: string]: ViewConfigInput;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user