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]

7 lines (6 loc) 196 B
import { ElementRef } from "@angular/core"; import { Triggerable } from './triggerable'; export interface Poppable extends Triggerable { getPopperRef(): ElementRef; isPopped(): boolean; }