babylonjs-gui 7.11.4 → 7.13.0

Sign up to get free protection for your applications and to get access to all the features.
package/babylon.gui.d.ts CHANGED
@@ -3912,7 +3912,7 @@ declare module BABYLON.GUI {
3912
3912
  /**
3913
3913
  * Enum that determines the text-wrapping mode to use.
3914
3914
  */
3915
- export enum TextWrapping {
3915
+ export const enum TextWrapping {
3916
3916
  /**
3917
3917
  * Clip the text when it's larger than Control.width; this is the default mode.
3918
3918
  */
@@ -6173,7 +6173,7 @@ declare module BABYLON.GUI {
6173
6173
  /**
6174
6174
  * State of the handle regarding user interaction
6175
6175
  */
6176
- export enum HandleState {
6176
+ export const enum HandleState {
6177
6177
  /**
6178
6178
  * Handle is idle
6179
6179
  */