sb-element
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]
12 lines (11 loc) • 600 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { ThemesConfig } from "./theme";
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
export declare class SbStyleModule {
constructor(parentModule?: SbStyleModule);
static forRoot(themesConfig: ThemesConfig): ModuleWithProviders<SbStyleModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<SbStyleModule, [{ optional: true; skipSelf: true; }]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SbStyleModule, never, [typeof i1.CommonModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<SbStyleModule>;
}