8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
import { Theme } from '@fullcalendar/core/internal';
|
|
|
|
declare class BootstrapTheme extends Theme {
|
|
}
|
|
//# sourceMappingURL=BootstrapTheme.d.ts.map
|
|
|
|
export { BootstrapTheme };
|