UNPKG

antd-phone-input

Version:

Advanced, highly customizable phone input component for Ant Design.

6 lines (5 loc) 290 B
import locale from "./locale"; import { PhoneInputProps, PhoneNumber } from "./types"; declare const PhoneInput: import("react").ForwardRefExoticComponent<PhoneInputProps & import("react").RefAttributes<unknown>>; export default PhoneInput; export { PhoneInputProps, PhoneNumber, locale };