UNPKG

react-intl-tel-input-wrapper

Version:

Telephone input component. rewrite Patw's react-intl-tel-input package for React 18

9 lines (7 loc) 215 B
import IntlTelInput, { IntlTelInputProps, IntlTelInputState, } from './components/IntlTelInput' export default IntlTelInput export { IntlTelInputProps, IntlTelInputState } export { CountryData } from './types'