UNPKG

openfl

Version:

A fast, productive library for 2D cross-platform development.

24 lines (9 loc) 302 B
import Event from "./Event"; declare namespace openfl.events { export class NetStatusEvent extends Event { static NET_STATUS; info:any; constructor (type:string, bubbles?:boolean, cancelable?:boolean, info?:any); } } export default openfl.events.NetStatusEvent;