@mantic-ui/semantic-ui-angular
Version:
Semantic UI theme for mantic UI Angular components. Requires @mantic-ui/angular
51 lines (42 loc) • 3.06 kB
TypeScript
import * as i0 from '@angular/core';
import * as i1 from '@mantic-ui/angular';
import { BooleanLike, ThemeService } from '@mantic-ui/angular';
declare class SemanticUiThemeComponent {
private readonly themeService;
private isDark;
private isAuto;
get dark(): boolean;
set dark(value: BooleanLike);
get auto(): boolean;
set auto(value: BooleanLike);
constructor(themeService: ThemeService);
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiThemeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticUiThemeComponent, "m-semantic-ui-theme", never, { "dark": { "alias": "dark"; "required": false; }; "auto": { "alias": "auto"; "required": false; }; }, {}, never, ["*"], true, never>;
}
declare class SemanticUiSiteComponent {
version: number;
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiSiteComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticUiSiteComponent, "m-semantic-ui-site", never, {}, {}, never, never, true, never>;
}
declare class SemanticUiResetComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiResetComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticUiResetComponent, "m-semantic-ui-reset", never, {}, {}, never, never, true, never>;
}
declare class SemanticUiLatoLocalComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiLatoLocalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticUiLatoLocalComponent, "m-semantic-ui-lato-local", never, {}, {}, never, never, true, never>;
}
declare class SemanticUiLatoGoogleapiComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiLatoGoogleapiComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticUiLatoGoogleapiComponent, "m-semantic-ui-lato-googleapi", never, {}, {}, never, never, true, never>;
}
declare class SemanticUiIconsLocalComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiIconsLocalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticUiIconsLocalComponent, "m-semantic-ui-icons-local", never, {}, {}, never, never, true, never>;
}
declare class SemanticUiModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SemanticUiModule, never, [typeof i1.ManticUiModule, typeof SemanticUiThemeComponent, typeof SemanticUiSiteComponent, typeof SemanticUiResetComponent, typeof SemanticUiLatoLocalComponent, typeof SemanticUiLatoGoogleapiComponent, typeof SemanticUiIconsLocalComponent], [typeof i1.ManticUiModule, typeof SemanticUiThemeComponent, typeof SemanticUiSiteComponent, typeof SemanticUiResetComponent, typeof SemanticUiLatoLocalComponent, typeof SemanticUiLatoGoogleapiComponent, typeof SemanticUiIconsLocalComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SemanticUiModule>;
}
export { SemanticUiIconsLocalComponent, SemanticUiLatoGoogleapiComponent, SemanticUiLatoLocalComponent, SemanticUiModule, SemanticUiResetComponent, SemanticUiSiteComponent, SemanticUiThemeComponent };