mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
docs: make useDebounce description one line
This commit is contained in:
parent
2c884dc79f
commit
fdcd92dec3
@ -68,7 +68,7 @@
|
||||
- [`useLocalStorage`](./docs/useLocalStorage.md) — manages a value in `localStorage`.
|
||||
- [`useSessionStorage`](./docs/useSessionStorage.md) — manages a value in `sessionStorage`.
|
||||
- [`useTitle`](./docs/useTitle.md) — sets title of the page.
|
||||
- [`useDebounce`](./docs/useDebounce.md) — delays invoking a function until after time has elapsed since the last time the function was invoked.
|
||||
- [`useDebounce`](./docs/useDebounce.md) — debounces a function.
|
||||
<br/>
|
||||
<br/>
|
||||
- [**Lifecycles**](./docs/Lifecycles.md)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user