UNPKG

softlofy-rn-components

Version:

A collection of commonly used components on React Native project developed by [Softlofy](https://softlofy.com/).

6 lines (5 loc) 86 B
export type TCountry = { name: string; dial_code: string; code: string; };