UNPKG

payzli-ui-aryan

Version:

A custom react components library

5 lines (4 loc) 175 B
import React from "react"; import { IPhoneInput } from "../../models/IMaskInputProps"; declare const PhoneNumberInput: React.FC<IPhoneInput>; export default PhoneNumberInput;