@hyper-fetch/react
Version:
React hooks and utils for the hyper-fetch
5 lines • 360 B
TypeScript
import { ClientInstance } from '@hyper-fetch/core';
import { UseAppManagerReturnType } from '.';
/** Track the application's online/offline and focus/blur state through the client's AppManager. */
export declare const useAppManager: <Client extends ClientInstance>(client: Client) => UseAppManagerReturnType;
//# sourceMappingURL=use-app-manager.hooks.d.ts.map