docs: translate useClickAway (#8848)

This commit is contained in:
neverland
2021-06-10 19:45:33 +08:00
committed by GitHub
parent 9e031b74f4
commit 8089eefa20
2 changed files with 86 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ console.log(height.value); // -> window height
| Name | Description |
| --- | --- |
| [useClickAway](#/en-US/use-click-away) | Triggers a callback when user clicks outside of the target element |
| [useCountDown](#/en-US/use-count-down) | Used to manage the countdown |
| [useToggle](#/en-US/use-toggle) | Used to switch between `true` and `false` |