UNPKG

aws-amplify-react

Version:

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

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