UNPKG

react-country-hook

Version:

A React.js Hook that provides country information for visitors

3 lines (2 loc) 121 B
import { CountryType, PropsType } from "./types"; export declare const useCountry: (props?: PropsType) => CountryType;