UNPKG

@nish1896/rhf-mui-components

Version:

A suite of 20+ reusable Material UI components for React Hook Form to minimize your time and effort in creating and styling forms

7 lines (6 loc) 232 B
/** * Data courtesy - * https://github.com/dr5hn/countries-states-cities-database/blob/master/json/countries.json */ import type { CountryDetails } from '../../types'; export declare const countryList: readonly CountryDetails[];