UNPKG

reactuals

Version:

A useful package providing a collection of 50+ React hooks and utilities to simplify React development.

6 lines (5 loc) 158 B
export interface NetworkSpeed { effectiveType: string | null; downlinkMbps: number | null; } export declare function useNetworkSpeed(): NetworkSpeed;