@babylonjs/gui 6.45.0 → 6.46.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,8 @@ import { ValueAndUnit } from "../valueAndUnit.js";
8
8
  import { Measure } from "../measure.js";
9
9
  import { Matrix2D, Vector2WithInfo } from "../math2D.js";
10
10
  import { GetClass, RegisterClass } from "@babylonjs/core/Misc/typeStore.js";
11
- import { SerializationHelper, serialize } from "@babylonjs/core/Misc/decorators.js";
11
+ import { serialize } from "@babylonjs/core/Misc/decorators.js";
12
+ import { SerializationHelper } from "@babylonjs/core/Misc/decorators.serialization.js";
12
13
  import { EngineStore } from "@babylonjs/core/Engines/engineStore.js";
13
14
  /**
14
15
  * Root class used for all 2D controls