UNPKG

react-phone-input-pro

Version:

Phone number input component for react to format phone numbers according to selected countries in real time.

7 lines (6 loc) 128 B
import React from 'react'; interface IArrow { color: string; } declare const Arrow: React.FC<IArrow>; export default Arrow;