@hatiolab/things-scene 3.4.37 → 3.4.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/things-scene.d.ts CHANGED
@@ -345,7 +345,6 @@ declare module '@hatiolab/things-scene' {
345
345
  ): any
346
346
 
347
347
  state: Properties
348
- bounds: BOUNDS
349
348
  root: RootContainer
350
349
  rootModel: ModelLayer
351
350
  parent: Container
@@ -353,6 +352,9 @@ declare module '@hatiolab/things-scene' {
353
352
 
354
353
  get nature(): ComponentNature
355
354
 
355
+ get bounds(): BOUNDS
356
+ set bounds(bounds: BOUNDS)
357
+
356
358
  get model(): Model
357
359
  get hierarchy(): Model
358
360