import Event from "./Event"; declare namespace starling.events { /** * A ResizeEvent is dispatched by the stage when the size of the Flash container changes. * * Use it to update the Starling viewport and the stage size. * * * *
The event contains properties containing the updated width and height of the Flash
* * player. If you want to scale the contents of your stage to fill the screen, update the
* * Starling.current.viewPort rectangle accordingly. If you want to make use of
* * the additional screen estate, update the values of stage.stageWidth and
* * stage.stageHeight as well.