class WindowEvents { /** * TODO: YUIDoc_comment * * @property CHANGE * @type {string} * @static */ public static CHANGE:string = "change"; } export default WindowEvents;