UNPKG

cosmo-ui

Version:
9 lines (6 loc) 281 B
import { FormFieldProps, FormFieldComponentProps } from './form-field' export interface PhoneInputProps extends FormFieldProps<string> { } export interface PhoneInputComponentProps extends PhoneInputProps, FormFieldComponentProps<string> { parsedValue: string }