UNPKG

pm-controls

Version:
8 lines (7 loc) 187 B
import { EventEmitter } from '@angular/core'; export declare class ButtonComponent { Click: EventEmitter<{}>; IsDisabled: boolean; ButtonClass: string; OnClick(): void; }