Skip to content

Commit 2e5331c

Browse files
committed
Document onHide prop on Overlay
1 parent 463adee commit 2e5331c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Overlay.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Overlay.propTypes = {
4848
*/
4949
rootClose: React.PropTypes.bool,
5050
/**
51-
* A Callback fired by the Overlay when it wishes to be hidden.
51+
* A callback invoked by the overlay when it wishes to be hidden. Required if
52+
* `rootClose` is specified.
5253
*/
5354
onHide: React.PropTypes.func,
5455

0 commit comments

Comments
 (0)