babylonjs-accessibility 7.34.4 → 7.35.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,6 @@ declare module BABYLON.Accessibility {
4
4
 
5
5
 
6
6
 
7
- /// <reference types="react" />
8
7
  /**
9
8
  * The scene tree of the HTML twin. It contain all the top level nodes
10
9
  * @param props
@@ -16,7 +15,6 @@ declare module BABYLON.Accessibility {
16
15
  }): JSX.Element;
17
16
 
18
17
 
19
- /// <reference types="react" />
20
18
  /**
21
19
  * Context used to update a scene when an entity is added or removed from the accessibility tree.
22
20
  */
@@ -86,7 +84,6 @@ declare module BABYLON.Accessibility {
86
84
  }
87
85
 
88
86
 
89
- /// <reference types="react" />
90
87
  /**
91
88
  * An adapter that transforms a Accessible entity in a React element. Contains observables for the events that can
92
89
  * change the state of the entity or the accesible tree.