@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
10 lines (9 loc) • 475 B
TypeScript
import { ComponentRef } from '@angular/core';
import { ThemeService } from './theme.service';
import * as i0 from "@angular/core";
export declare function initTheme(themeService: ThemeService): (component: ComponentRef<any>) => void;
export declare class ThemeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<ThemeModule>;
}