@hatiolab/things-scene 2.8.3 → 2.8.4

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
@@ -245,6 +245,9 @@ declare module '@hatiolab/things-scene' {
245
245
  get data(): any
246
246
  set data(data: any)
247
247
 
248
+ get value(): any
249
+ set value(value: any)
250
+
248
251
  get text(): string
249
252
  set text(text: string)
250
253