UNPKG

ng-semantic

Version:

Angular2 building blocks based on Semantic UI

7 lines (6 loc) 209 B
import { ElementRef, AfterViewInit } from "@angular/core"; export declare class SemanticListComponent implements AfterViewInit { class: string; innerElement: ElementRef; ngAfterViewInit(): void; }