UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

9 lines (8 loc) 188 B
import { EventEmitter } from '@angular/core'; /** Interface... */ export interface IChangeable { /** * @returns EventEmitter. */ getChangeEvent(): EventEmitter<any>; }