mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00: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;
|
|
}
|
|
|