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.
AdminLTE/plugins/fullcalendar-bootstrap/main.d.ts

7 lines
253 B

declare module "@fullcalendar/bootstrap" {
import { Theme } from "@fullcalendar/core";
export class BootstrapTheme extends Theme {
}
const _default_5: import("@fullcalendar/core/plugin-system").PluginDef;
export default _default_5;
}