Jesus sucks
This commit is contained in:
7
backend/frontend/node_modules/@restart/hooks/cjs/useWillUnmount.d.ts
generated
vendored
Normal file
7
backend/frontend/node_modules/@restart/hooks/cjs/useWillUnmount.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Attach a callback that fires when a component unmounts
|
||||
*
|
||||
* @param fn Handler to run when the component unmounts
|
||||
* @category effects
|
||||
*/
|
||||
export default function useWillUnmount(fn: () => void): void;
|
||||
Reference in New Issue
Block a user