UNPKG

466 BTypeScriptView Raw
1import { PluginDef } from '@fullcalendar/core';
2import '@fullcalendar/daygrid';
3
4declare const OPTION_REFINERS: {
5 allDaySlot: BooleanConstructor;
6};
7
8type ExtraOptionRefiners = typeof OPTION_REFINERS;
9declare module '@fullcalendar/core/internal' {
10 interface BaseOptionRefiners extends ExtraOptionRefiners {
11 }
12}
13//# sourceMappingURL=ambient.d.ts.map
14
15declare const _default: PluginDef;
16//# sourceMappingURL=index.d.ts.map
17
18export { _default as default };