UNPKG

ng-semantic

Version:

Angular2 building blocks based on Semantic UI

11 lines (10 loc) 347 B
import { ElementRef, EventEmitter, AfterViewInit } from "@angular/core"; export declare class SemanticShapeComponent implements AfterViewInit { class: string; options: {}; beforeChange: EventEmitter<boolean>; onChange: EventEmitter<boolean>; shape: ElementRef; ngAfterViewInit(): void; show(...args: string[]): void; }