UNPKG

@abhnvrmn99/react-input-phone-number

Version:

An opinionated and styled phone number input component for react.

13 lines (10 loc) 389 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ComponentProps } from 'react'; import Input from 'react-phone-number-input/input'; type Props = ComponentProps<typeof Input> & { className?: string; inputClassName?: string; ddnClassName?: string; }; declare const PhoneNumberField: (props: Props) => react_jsx_runtime.JSX.Element; export { PhoneNumberField };