File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ toc: content
1919
2020### Props
2121
22- | 参数 | 说明 | 类型 | 默认值 |
23- | --------- | ------------------ | --------------------- | ------ |
24- | src | 图片资源 | ` string ` | - |
25- | lazy | 是否开启图片懒加载 | ` boolean ` | - |
26- | className | 图片样式名 | ` string ` |
27- | style | 图片样式 | ` React.CSSProperties ` |
28- | width | 图片样式 | ` number ` |
29- | height | 图片样式 | ` number ` |
30- | loader | 图片样式 | ` JSX.Element \| null ` |
22+ | 参数 | 说明 | 类型 | 默认值 |
23+ | --------- | ----------------------- | --------------------- | ---- ------ |
24+ | src | 图片资源 | ` string ` | - |
25+ | lazy | 是否开启图片懒加载 | ` boolean ` | - |
26+ | className | 图片样式名 | ` string ` | - |
27+ | style | 图片样式 | ` React.CSSProperties ` | - |
28+ | width | 图片宽度 | ` number ` | - |
29+ | height | 图片高度 | ` number ` | - |
30+ | loader | 图片 loading 时展示内容 | ` JSX.Element \| null ` | ` <Spin /> ` |
You can’t perform that action at this time.
0 commit comments