UNPKG

ng-semantic

Version:

Angular2 building blocks based on Semantic UI

9 lines (8 loc) 246 B
import { AfterViewInit, ElementRef } from "@angular/core"; export declare class SemanticMenuComponent implements AfterViewInit { logo: string; class: string; title: string; innerElement: ElementRef; ngAfterViewInit(): void; }