UNPKG

amplify-material-ui

Version:

A Material-UI based implementation of aws amplify

7 lines (6 loc) 246 B
import * as React from 'react'; import { UsernameAttribute } from './types'; export declare const useUsernameField: (usernameAttribute?: UsernameAttribute | undefined) => { usernamefieldName: string; usernameField: React.ReactElement; };