4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
export declare function useReactivated(callback: () => void): {
|
|
isDeactivated: boolean;
|
|
};
|