package lib.ui; import util.Vec.Vec2; interface IElement { public function render(bounds: Vec2): Canvas; }