UNPKG

@nish1896/rhf-mui-components

Version:

A suite of 20+ production-ready react-hook-form components built with material-ui. Fully typed, tree-shakable, and optimized for enterprise-grade forms.

5 lines 197 B
import { CountryDetails } from "../../types/countries.js"; //#region src/mui/country-select/countries.d.ts declare const countryList: readonly CountryDetails[]; //#endregion export { countryList };