UNPKG

mui-outlined-phone-input

Version:

A phone number input component for React mimicking the MUI outlined input

4 lines (3 loc) 263 B
import { DrawerProps } from "./types"; declare const PhoneInputCountryDrawer: ({ status, inputRef, setStatus, countryData, handleChange, setSelectedCountry }: DrawerProps) => import("react/jsx-runtime").JSX.Element | null; export default PhoneInputCountryDrawer;