UNPKG
react-intl-tel-input-18
Version:
latest (0.0.0)
0.0.0
Telephone input component. Rewrite intl-tel-input in React.js.
patw0929/react-intl-tel-input
react-intl-tel-input-18
/
dist
/
index.d.ts
9 lines
(7 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
IntlTelInput
, {
IntlTelInputProps
,
IntlTelInputState
, }
from
'./components/IntlTelInput'
export
default
IntlTelInput
export
{
IntlTelInputProps
,
IntlTelInputState
}
export
{
CountryData
}
from
'./types'