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.
 
 
 

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