aboutsummaryrefslogtreecommitdiffstats
path: root/library/fullcalendar/packages/bootstrap/main.d.ts
blob: 4aa91f33d3f20835f131156c462bb3d50b76de90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// 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;
}