react-network-status
Version:
Network status and polling for React Framework
8 lines (7 loc) • 344 B
TypeScript
import { PingType } from './types';
import { IsPollingType } from './types';
import { UseNetworkStatusType } from './types';
export { NetworkDetector } from './components/NetworkDetector';
export declare const needsPolling: IsPollingType;
export declare const ping: PingType;
export declare const useNetworkStatus: UseNetworkStatusType;