UNPKG

ng-semantic

Version:

Angular2 building blocks based on Semantic UI

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