mirror of https://github.com/ColorlibHQ/AdminLTE
7 lines
253 B
TypeScript
7 lines
253 B
TypeScript
![]() |
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;
|
||
|
}
|