index.d.ts 466 B

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