UNPKG
react-debounce-func
Version:
latest (1.0.1)
1.0.1
this is a debounce-function
github.com/dev-shajid/debounce-function
dev-shajid/debounce-function
react-debounce-func
/
index.ts
3 lines
(2 loc)
•
62 B
text/typescript
View Raw
1
2
3
import
useDebounce
from
"./useDebounce"
;
export
{useDebounce}