Julian Prieber 5dbb2b182d Version 4.0
-- Dashboard Update --

Update to version 4.0.0.
Complete redesign of the admin panel.
New features and a license change.
2023-04-26 15:44:39 +02:00

15 lines
580 B
TypeScript

// 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;
}