UNPKG

ng-semantic

Version:

Angular2 building blocks based on Semantic UI

6 lines (5 loc) 147 B
import { ElementRef } from "@angular/core"; export declare class SemanticDimmerComponent { dimmer: ElementRef; show(options?: {}): void; }