@hatiolab/things-scene 3.3.12 → 3.3.14

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
@@ -373,6 +373,7 @@ declare module '@hatiolab/things-scene' {
373
373
  get textSubstitutor(): () => string
374
374
 
375
375
  get decorators(): Array<string | Decorator>
376
+ get reactionDecorators(): Array<string | Decorator>
376
377
 
377
378
  isRootModel(): boolean
378
379
  isContainer(): boolean