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]
14 lines (13 loc) • 651 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
declare const SbNavBarCore: import("../../core").Constructor<import("../../core").CanClassName> & import("../../core").AbstractConstructor<import("../../core").CanClassName> & {
new (_elementRef: ElementRef): {
_elementRef: ElementRef;
};
};
export declare class SbNavBarComponent extends SbNavBarCore {
constructor(elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<SbNavBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SbNavBarComponent, "sb-nav-bar", never, {}, {}, never, ["[left]", "[right]"]>;
}
export {};