1
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Trigger only when component unmount
|
||||
*/
|
||||
declare function useUnmount(triggerStart: VoidFunction, triggerEnd: VoidFunction): void;
|
||||
export default useUnmount;
|
||||
Reference in New Issue
Block a user