UNPKG
@react-awesome/use-debounce
Version:
latest (1.0.0)
1.0.0
useDebounce debounces the state value.
github.com/trinhthinh388/react-awesome-components
@react-awesome/use-debounce
/
dist
/
use-debounce.d.ts
2 lines
•
113 B
TypeScript
View Raw
1
2
export declare
function
useDebounce
<
T
>
(
state
:
T
,
timeout
?
:
number
)
:
T
;
/
/
# sourceMappingURL=use-debounce.d.ts.map