@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
12 lines (11 loc) • 540 B
TypeScript
import { Observable } from 'rxjs';
import { HamburgerMenuService } from './hamburger-menu.service';
import * as i0 from "@angular/core";
export declare class HamburgerMenuComponent {
private hamburgerMenuService;
constructor(hamburgerMenuService: HamburgerMenuService);
toggle(): void;
get isExpanded(): Observable<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<HamburgerMenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HamburgerMenuComponent, "cx-hamburger-menu", never, {}, {}, never, never>;
}