UNPKG

element-ng

Version:

### An elegant UI Toolkit of Angular 4, Ideas from [Element](http://element.eleme.io/#/zh-CN)

11 lines (10 loc) 319 B
import { AfterViewInit, OnDestroy, ElementRef } from '@angular/core'; export declare class ButtonComponent implements AfterViewInit, OnDestroy { el: ElementRef; text: string; constructor(el: ElementRef); ngAfterViewInit(): void; ngOnDestroy(): void; } export declare class ButtonComponentModule { }