|
|
@ -18,7 +18,7 @@ export default { |
|
|
|
align: PropTypes.object, |
|
|
|
align: PropTypes.object, |
|
|
|
overlayStyle: PropTypes.object.def({}), |
|
|
|
overlayStyle: PropTypes.object.def({}), |
|
|
|
placement: PropTypes.string.def('bottomLeft'), |
|
|
|
placement: PropTypes.string.def('bottomLeft'), |
|
|
|
overlay: PropTypes.oneOfType([PropTypes.any, PropTypes.func]), |
|
|
|
overlay: PropTypes.any, |
|
|
|
trigger: PropTypes.array.def(['hover']), |
|
|
|
trigger: PropTypes.array.def(['hover']), |
|
|
|
alignPoint: PropTypes.bool, |
|
|
|
alignPoint: PropTypes.bool, |
|
|
|
showAction: PropTypes.array.def([]), |
|
|
|
showAction: PropTypes.array.def([]), |
|
|
|