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]
15 lines (14 loc) • 687 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
declare const SbToasterCore: import("../../core").Constructor<import("../../core").CanClassName> & import("../../core").AbstractConstructor<import("../../core").CanClassName> & {
new (_elementRef: ElementRef): {
_elementRef: ElementRef;
};
};
export declare class SbToasterComponent extends SbToasterCore {
position: string;
constructor(elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<SbToasterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SbToasterComponent, "sb-toaster", never, { "position": "position"; }, {}, never, never>;
}
export {};