@regenbio/regenbio-components-react 1.3.57 → 1.3.59

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.
@@ -197,8 +197,4 @@ export type RbGlobalStateType = {
197
197
  * 公共方法
198
198
  */
199
199
  globalFunctions: RbGlobalFunctionType;
200
- /**
201
- * app下的container滚动条Ref
202
- */
203
- containerScroll?: HTMLElement;
204
200
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regenbio/regenbio-components-react",
3
- "version": "1.3.57",
3
+ "version": "1.3.59",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },