blob: cc81dab62f2a1450d29b6199fb3168d1c9cb3ced (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
}
|