UNPKG
phone-input-react-native-paper
Version:
alpha (1.0.0-alpha.1)
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.1
1.0.0-alpha.0
Simple phone input component using React Native Paper
phone-input-react-native-paper
/
lib
/
index.d.ts
7 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
PhoneInput
from
'./PhoneInput'
;
export
{
default
as
PhoneInput
}
from
'./PhoneInput'
;
export
{
default
as
CountryPicker
}
from
'./CountryPicker'
;
export
{ countries }
from
'./constants'
;
export
*
from
'./types'
;
export
default
PhoneInput
;
//# sourceMappingURL=index.d.ts.map