Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

19 строки
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 };