UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

5 lines (4 loc) 199 B
export declare class EventUtils { static newCustomEvent(type: any, ngComponent: any, data: any, $browserEvent: any): CustomEvent; static newCustomEventWithOption(option: any): CustomEvent; }