This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Register a cleanup function that will be called when the current effect context is disposed,
|
||||
* which could be when a component is destroyed or when a root effect is disposed.
|
||||
*
|
||||
* @see {@link https://runed.dev/docs/utilities/on-cleanup}
|
||||
*
|
||||
* @param cb - The cleanup function to register.
|
||||
*/
|
||||
export declare function onCleanup(cb: () => void): void;
|
||||
Reference in New Issue
Block a user