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/moment/main.d.ts
vendored
Normal file
14
resources/assets/fullcalendar/moment/main.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// Generated by dts-bundle v0.7.3-fork.1
|
||||
// Dependencies for this module:
|
||||
// ../../../../../moment
|
||||
// ../../../../../@fullcalendar/core
|
||||
|
||||
declare module '@fullcalendar/moment' {
|
||||
import * as momentNs from 'moment';
|
||||
import { Calendar, Duration } from '@fullcalendar/core';
|
||||
export function toMoment(date: Date, calendar: Calendar): momentNs.Moment;
|
||||
export function toDuration(fcDuration: Duration): momentNs.Duration;
|
||||
const _default: import("@fullcalendar/core").PluginDef;
|
||||
export default _default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user