mui-outlined-phone-input
Version:
A phone number input component for React mimicking the MUI outlined input
5 lines (4 loc) • 344 B
TypeScript
import { InputProps } from './types';
declare const PhoneInput: ({ onChange, value, error, className, helperText, placeholder, disabled, wrapperClassName, label }: InputProps) => import("react/jsx-runtime").JSX.Element;
export default PhoneInput;
export declare const datePickerTheme: (error?: boolean) => import("@mui/material/styles").Theme;