@regenbio/regenbio-components-react 1.3.61 → 1.3.63

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regenbio/regenbio-components-react",
3
- "version": "1.3.61",
3
+ "version": "1.3.63",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -1,9 +0,0 @@
1
- /**
2
- * 响应式Hook
3
- * @param responsiveWidth 触发响应式的宽度,默认为576
4
- */
5
- declare const useRbResponsive: (responsiveWidth?: number) => {
6
- responsive: boolean;
7
- width: number;
8
- };
9
- export default useRbResponsive;