UNPKG

react-network-status

Version:
8 lines (7 loc) 344 B
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;