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]
21 lines (20 loc) • 1.05 kB
TypeScript
import { ElementRef } from '@angular/core';
import { SbThemeService, Triggerable } from '../../core';
import * as i0 from "@angular/core";
declare const SbSidebarCore: import("../../core").Constructor<import("../../core").CanClassName> & import("../../core").AbstractConstructor<import("../../core").CanClassName> & {
new (_elementRef: ElementRef, _themeService: SbThemeService): {
_elementRef: ElementRef;
_themeService: SbThemeService;
};
};
export declare class SbSidebarComponent extends SbSidebarCore implements Triggerable {
size: string;
side: 'left' | 'right' | 'top' | 'bottom';
visible: boolean;
constructor(elementRef: ElementRef, themeService: SbThemeService);
trigger(): void;
getSidebarOverlayClasses(): Array<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<SbSidebarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SbSidebarComponent, "sb-sidebar", never, { "size": "size"; "side": "side"; "visible": "visible"; }, {}, never, ["[sidebar]", "[content]"]>;
}
export {};