@hatiolab/things-scene 3.1.4 → 3.1.5

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
@@ -306,6 +306,7 @@ declare module '@hatiolab/things-scene' {
306
306
 
307
307
  get textBounds(): BOUNDS
308
308
  get textRotation(): number
309
+ get textBackgroundStyle(): string
309
310
 
310
311
  get center(): POINT
311
312
  set center(point: POINT)