Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

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