mirror of
https://github.com/ZeroDream-CN/SakuraPanel.git
synced 2025-02-05 22:12:58 +08:00
13 lines
351 B
TypeScript
Executable File
13 lines
351 B
TypeScript
Executable File
// 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;
|
|
}
|
|
|