jam-cloud/jam-ui/node_modules/@fullcalendar/bootstrap/main.d.ts

9 lines
189 B
TypeScript

import { Theme, PluginDef } from '@fullcalendar/common';
declare class BootstrapTheme extends Theme {
}
declare const plugin: PluginDef;
export default plugin;
export { BootstrapTheme };