Primo commit: trasferimento del progetto PPEasy

This commit is contained in:
2024-09-18 10:30:50 +02:00
commit eb475f257e
4233 changed files with 1043848 additions and 0 deletions
+14
View 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;
}