UNPKG

aws-amplify-react

Version:

AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.

12 lines (11 loc) 386 B
import { AuthPiece, IAuthPieceProps, IAuthPieceState } from './AuthPiece'; export declare class RequireNewPassword extends AuthPiece<IAuthPieceProps, IAuthPieceState> { constructor(props: IAuthPieceProps); checkContact(user: any): void; change(): void; showComponent(theme: any): JSX.Element; } /** * @deprecated use named import */ export default RequireNewPassword;