@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
19 lines (18 loc) • 797 B
TypeScript
import * as i0 from "@angular/core";
export declare class MockIconComponent {
cxIcon: any;
type: any;
static ɵfac: i0.ɵɵFactoryDeclaration<MockIconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MockIconComponent, "cx-icon,[cxIcon]", never, { "cxIcon": "cxIcon"; "type": "type"; }, {}, never, never>;
}
export declare class MockIconLoaderService {
getHtml(): void;
getStyleClasses(): void;
addStyleClasses(): void;
addLinkResource(): void;
}
export declare class IconTestingModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IconTestingModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IconTestingModule, [typeof MockIconComponent], never, [typeof MockIconComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IconTestingModule>;
}