@hatiolab/things-scene 3.0.21 → 3.0.22

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.
@@ -0,0 +1 @@
1
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
package/things-scene.d.ts CHANGED
@@ -266,6 +266,9 @@ declare module '@hatiolab/things-scene' {
266
266
  get data(): any
267
267
  set data(data: any)
268
268
 
269
+ get value(): any
270
+ set value(value: any)
271
+
269
272
  get text(): string
270
273
  set text(text: string)
271
274