@mantic-ui/fomantic-ui-angular
Version:
Fomantic UI Angular theme for mantic UI. Requires @mantic-ui/angular
18 lines (14 loc) • 854 B
TypeScript
import * as i1 from '@mantic-ui/angular';
import { ThemeService } from '@mantic-ui/angular';
import * as i0 from '@angular/core';
declare class FomanticUiThemeComponent {
constructor(themeService: ThemeService);
static ɵfac: i0.ɵɵFactoryDeclaration<FomanticUiThemeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FomanticUiThemeComponent, "m-fomantic-ui-theme", never, {}, {}, never, never, true, never>;
}
declare class FomanticUiModule {
static ɵfac: i0.ɵɵFactoryDeclaration<FomanticUiModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FomanticUiModule, never, [typeof i1.ManticUiModule, typeof FomanticUiThemeComponent], [typeof i1.ManticUiModule, typeof FomanticUiThemeComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FomanticUiModule>;
}
export { FomanticUiModule, FomanticUiThemeComponent };