mirror of https://github.com/ColorlibHQ/AdminLTE
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
351 B
13 lines
351 B
// Generated by dts-bundle v0.7.3-fork.1
|
|
// Dependencies for this module:
|
|
// ../../../../../@fullcalendar/core
|
|
|
|
declare module '@fullcalendar/bootstrap' {
|
|
import { Theme } from '@fullcalendar/core';
|
|
export class BootstrapTheme extends Theme {
|
|
}
|
|
const _default: import("@fullcalendar/core").PluginDef;
|
|
export default _default;
|
|
}
|
|
|