This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Returns an object with the mounted state of the component
|
||||
* that invokes this function.
|
||||
*
|
||||
* @see {@link https://runed.dev/docs/utilities/is-mounted}
|
||||
*/
|
||||
export declare class IsMounted {
|
||||
#private;
|
||||
constructor();
|
||||
get current(): boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user