UNPKG

taro-hooks

Version:
4 lines (3 loc) 164 B
export type NetworkType = keyof Taro.getNetworkType.NetworkType; declare function useNetworkType(autoListen?: boolean): NetworkType; export default useNetworkType;