aws-amplify-react
Version:
AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.
136 lines (135 loc) • 3.39 kB
TypeScript
export declare const sumerianScene: {
container: string;
sumerianScene: string;
loading: string;
loadingLogo: string;
loadingSceneName: string;
loadingBar: string;
errorText: string;
bar: string;
actions: string;
};
export declare const genericAttrs: {
usernameInput: string;
emailInput: string;
phoneNumberInput: string;
dialCodeSelect: string;
};
export declare const auth: {
signIn: {
section: string;
headerSection: string;
bodySection: string;
footerSection: string;
usernameInput: string;
passwordInput: string;
forgotPasswordLink: string;
signInButton: string;
createAccountLink: string;
signInError: string;
};
signOut: {
button: string;
section: string;
};
signUp: {
section: string;
headerSection: string;
bodySection: string;
nonPhoneNumberInput: string;
phoneNumberInput: string;
dialCodeSelect: string;
footerSection: string;
createAccountButton: string;
signInLink: string;
signUpButton: string;
signInButton: string;
confirmButton: string;
};
verifyContact: {
section: string;
headerSection: string;
bodySection: string;
submitButton: string;
verifyButton: string;
skipLink: string;
};
TOTPSetup: {
component: string;
};
requireNewPassword: {
section: string;
headerSection: string;
footerSection: string;
bodySection: string;
newPasswordInput: string;
backToSignInLink: string;
submitButton: string;
};
loading: {
section: string;
};
genericAttrs: {
usernameInput: string;
emailInput: string;
phoneNumberInput: string;
dialCodeSelect: string;
};
greetings: {
navBar: string;
nav: string;
navRight: string;
};
greeting: {
signOutButton: string;
signOutLink: string;
navRight: string;
};
federatedSignIn: {
section: string;
bodySection: string;
signInButtons: string;
};
confirmSignUp: {
section: string;
headerSection: string;
bodySection: string;
usernameInput: string;
confirmationCodeInput: string;
resendCodeLink: string;
confirmButton: string;
backToSignInLink: string;
};
confirmSignIn: {
section: string;
headerSection: string;
bodySection: string;
codeInput: string;
confirmButton: string;
backToSignInLink: string;
};
setMFAComp: {
section: string;
headerSection: string;
bodySection: string;
smsInput: string;
totpInput: string;
noMfaInput: string;
verificationCodeInput: string;
setMfaButton: string;
verifyTotpTokenButton: string;
cancelButton: string;
};
forgotPassword: {
section: string;
headerSection: string;
bodySection: string;
submitButton: string;
sendCodeButton: string;
resendCodeLink: string;
backToSignInLink: string;
usernameInput: string;
codeInput: string;
newPasswordInput: string;
};
};