UNPKG
@hooks/network-status
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
React hook return network status details
@hooks/network-status
/
typings
/
index.d.ts
6 lines
(5 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
6
interface
NetworkStatus
{
online
:
boolean
; }
export
default
function
useNetworkStatus
(
):
NetworkStatus
;
export
{};