@sheinx/hooks 3.4.7-beta.3 → 3.4.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -101,13 +101,13 @@ export interface BaseImageProps {
101
101
  /**
102
102
  * @en The width of the image
103
103
  * @cn 图片宽度
104
- * @default '100%'
104
+ * @default 100%
105
105
  */
106
106
  width?: number | string;
107
107
  /**
108
108
  * @en The height of the image
109
109
  * @cn 图片高度
110
- * @default '100%'
110
+ * @default 100%
111
111
  */
112
112
  height?: number | string;
113
113
  /**
@@ -101,13 +101,13 @@ export interface BaseImageProps {
101
101
  /**
102
102
  * @en The width of the image
103
103
  * @cn 图片宽度
104
- * @default '100%'
104
+ * @default 100%
105
105
  */
106
106
  width?: number | string;
107
107
  /**
108
108
  * @en The height of the image
109
109
  * @cn 图片高度
110
- * @default '100%'
110
+ * @default 100%
111
111
  */
112
112
  height?: number | string;
113
113
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/hooks",
3
- "version": "3.4.7-beta.3",
3
+ "version": "3.4.7",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",