UNPKG

ng-semantic

Version:

Angular2 building blocks based on Semantic UI

9 lines (8 loc) 251 B
import { AfterViewInit, ElementRef } from "@angular/core"; export declare class SemanticItemComponent implements AfterViewInit { icon: string; header: string; image: string; innerItemElement: ElementRef; ngAfterViewInit(): void; }