useClickAway
The
useClickAway hook is used to handle click outside of its provided refParams
Name | Type | Default | Description |
|---|---|---|---|
ref | React.ref | ||
onClickAway | function | Called when user clicks outside of the ref |
The
useClickAway hook is used to handle click outside of its provided refName | Type | Default | Description |
|---|---|---|---|
ref | React.ref | ||
onClickAway | function | Called when user clicks outside of the ref |