UNPKG

ng-semantic

Version:

Angular2 building blocks based on Semantic UI

10 lines (9 loc) 237 B
import { ElementRef } from "@angular/core"; export declare class SemanticPopupComponent { popup: ElementRef; class: string; private visible; private element; show(element: Event, data?: {}): void; hide(): void; }