@regenbio/regenbio-components-react 1.3.46 → 1.3.47

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.
@@ -200,5 +200,5 @@ export type RbGlobalStateType = {
200
200
  /**
201
201
  * app下的container滚动条Ref
202
202
  */
203
- containerScroll?: HTMLElement;
203
+ containerScroll?: any;
204
204
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regenbio/regenbio-components-react",
3
- "version": "1.3.46",
3
+ "version": "1.3.47",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },