UNPKG

amplify-material-ui

Version:

A Material-UI based implementation of aws amplify

8 lines (7 loc) 203 B
import * as React from 'react'; export interface PhoneFieldProps { defaultDialCode?: string; label?: string; required?: boolean; } export declare const PhoneField: React.FC<PhoneFieldProps>;