@mantic-ui/semantic-ui-angular
Version:
Semantic UI theme for mantic UI Angular components. Requires @mantic-ui/angular
40 lines (32 loc) • 2.28 kB
TypeScript
import * as i0 from '@angular/core';
import { BooleanLike } from '@mantic-ui/angular';
declare class SemanticUiSiteComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiSiteComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticUiSiteComponent, "m-semantic-ui-site", never, {}, {}, never, never, true, never>;
}
declare class SemanticUiThemeComponent {
private readonly themeService;
readonly darkInput: i0.InputSignalWithTransform<boolean, BooleanLike>;
readonly auto: i0.InputSignalWithTransform<boolean, BooleanLike>;
readonly dark: i0.Signal<boolean>;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiThemeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticUiThemeComponent, "m-semantic-ui-theme", never, { "darkInput": { "alias": "dark"; "required": false; "isSignal": true; }; "auto": { "alias": "auto"; "required": false; "isSignal": true; }; }, {}, 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 SemanticUiLatoGoogleapiComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiLatoGoogleapiComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticUiLatoGoogleapiComponent, "m-semantic-ui-lato-googleapi", 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 SemanticUiIconsLocalComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticUiIconsLocalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticUiIconsLocalComponent, "m-semantic-ui-icons-local", never, {}, {}, never, never, true, never>;
}
export { SemanticUiIconsLocalComponent, SemanticUiLatoGoogleapiComponent, SemanticUiLatoLocalComponent, SemanticUiResetComponent, SemanticUiSiteComponent, SemanticUiThemeComponent };