25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

13 satır
310 B

  1. import { createPlugin } from '@fullcalendar/core/index.js';
  2. import { BootstrapTheme } from './internal.js';
  3. import '@fullcalendar/core/internal.js';
  4. var index = createPlugin({
  5. name: '@fullcalendar/bootstrap',
  6. themeClasses: {
  7. bootstrap: BootstrapTheme,
  8. },
  9. });
  10. export { index as default };