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]

5 lines (4 loc) 108 B
import { ElementRef } from "@angular/core"; export interface HasElementRef { _elementRef: ElementRef; }