UNPKG

ng-semantic

Version:

Angular2 building blocks based on Semantic UI

10 lines (9 loc) 216 B
import { ElementRef } from "@angular/core"; export declare class SemanticModalComponent { class: string; title: string; icon: string; modal: ElementRef; show(data?: {}): void; hide(): void; }