ng-semantic
Version:
Angular2 building blocks based on Semantic UI
11 lines (10 loc) • 326 B
TypeScript
import { AfterViewInit, ElementRef, EventEmitter } from "@angular/core";
export declare class SemanticDropdownComponent implements AfterViewInit {
class: string;
title: string;
items: Array<{}>;
options: {};
onChange: EventEmitter<string | number>;
dropdown: ElementRef;
ngAfterViewInit(): void;
}