UNPKG
@hudoro/hooks
Version:
latest (0.0.6-beta.16)
0.0.6-beta.16
0.0.6-beta.15
0.0.5
0.0.3
Usefull react hooks for HSD App
@hudoro/hooks
/
dist
/
libs
/
hooks
/
useUnmount.d.ts
2 lines
(1 loc)
•
60 B
TypeScript
View Raw
1
2
export
declare
function
useUnmount
(
func: () =>
void
):
void
;