Tom Xu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
components/image/index.en-US.md
-
components/image/index.zh-CN.md
|
@ -31,7 +31,7 @@ Previewable image. |
|
|
{ |
|
|
{ |
|
|
visible?: boolean; |
|
|
visible?: boolean; |
|
|
onVisibleChange?: (visible, prevVisible) => void; |
|
|
onVisibleChange?: (visible, prevVisible) => void; |
|
|
getContainer?: string | HTMLElement | (() => HTMLElement); |
|
|
getContainer?: string | HTMLElement | (() => HTMLElement); // V4.8.0 |
|
|
} |
|
|
} |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
@ -32,7 +32,7 @@ cover: https://gw.alipayobjects.com/zos/antfincdn/D1dXz9PZqa/image.svg |
|
|
{ |
|
|
{ |
|
|
visible?: boolean; |
|
|
visible?: boolean; |
|
|
onVisibleChange?: (visible, prevVisible) => void; |
|
|
onVisibleChange?: (visible, prevVisible) => void; |
|
|
getContainer: string | HTMLElement | (() => HTMLElement); |
|
|
getContainer: string | HTMLElement | (() => HTMLElement); // V4.8.0 |
|
|
} |
|
|
} |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|