UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

8 lines 351 B
/** * Hook to determine if the application is offline. * It uses the onlineManager from react-query to check the online status. * It returns true if the application is offline, false otherwise. * @returns {boolean} - True if offline, false if online. */ export declare const useIsOffline: () => boolean; //# sourceMappingURL=useIsOffline.d.ts.map