first commit
This commit is contained in:
5
frontend/node_modules/rc-tree/es/useUnmount.d.ts
generated
vendored
Normal file
5
frontend/node_modules/rc-tree/es/useUnmount.d.ts
generated
vendored
Normal file
@@ -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