@sheinx/hooks 3.4.7-beta.2 → 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
|
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
|
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
|
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
|
110
|
+
* @default 100%
|
111
111
|
*/
|
112
112
|
height?: number | string;
|
113
113
|
/**
|