@aws-amplify/ui-react 2.9.0 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -217,7 +217,7 @@ declare const useAuthenticator: (selector?: Selector) => {
217
217
  route: string;
218
218
  user: _aws_amplify_ui.CognitoUserAmplify;
219
219
  validationErrors: {
220
- [x: string]: string;
220
+ [x: string]: xstate.SingleOrArray<string>;
221
221
  };
222
222
  codeDeliveryDetails: amazon_cognito_identity_js.CodeDeliveryDetails;
223
223
  resendCode: (data?: Record<string | number | symbol, any>) => void;