UNPKG

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]

3 lines (2 loc) 164 B
export declare type Constructor<T> = new (...args: Array<any>) => T; export declare type AbstractConstructor<T = object> = abstract new (...args: Array<any>) => T;