mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-26 04:39:09 -04:00
Add Material Design for Public and Admin
This commit is contained in:
14
resources/assets/fullcalendar/luxon/main.d.ts
vendored
Normal file
14
resources/assets/fullcalendar/luxon/main.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// Generated by dts-bundle v0.7.3-fork.1
|
||||
// Dependencies for this module:
|
||||
// ../../../../../luxon
|
||||
// ../../../../../@fullcalendar/core
|
||||
|
||||
declare module '@fullcalendar/luxon' {
|
||||
import { DateTime as LuxonDateTime, Duration as LuxonDuration } from 'luxon';
|
||||
import { Calendar, Duration } from '@fullcalendar/core';
|
||||
export function toDateTime(date: Date, calendar: Calendar): LuxonDateTime;
|
||||
export function toDuration(duration: Duration, calendar: Calendar): LuxonDuration;
|
||||
const _default: import("@fullcalendar/core").PluginDef;
|
||||
export default _default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user