UNPKG

aws-amplify-react

Version:

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

6 lines (5 loc) 245 B
import { AuthPiece, IAuthPieceProps, IAuthPieceState } from './AuthPiece'; export declare class Loading extends AuthPiece<IAuthPieceProps, IAuthPieceState> { constructor(props: IAuthPieceProps); showComponent(theme: any): JSX.Element; }