parent
2b51d30c2e
commit
1f34aed666
|
@ -43,7 +43,7 @@ export const imageProps = {
|
||||||
PropTypes.shape({
|
PropTypes.shape({
|
||||||
visible: PropTypes.bool,
|
visible: PropTypes.bool,
|
||||||
onVisibleChange: PropTypes.func,
|
onVisibleChange: PropTypes.func,
|
||||||
getContainer: PropTypes.oneOf([PropTypes.func, PropTypes.bool]),
|
getContainer: PropTypes.oneOfType([PropTypes.func, PropTypes.looseBool, PropTypes.string]),
|
||||||
}).loose,
|
}).loose,
|
||||||
]).def(true),
|
]).def(true),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue