You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
466 B

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