@sheinx/hooks 3.4.7-beta.2 → 3.4.7
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.
|
@@ -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
|
/**
|