Skip to content

Commit

Permalink
Export UsernameAttributes enum (#5197)
Browse files Browse the repository at this point in the history
This change makes it possible to specify the usernameAttribute prop in TypeScript without using `any`.

Co-authored-by: Manuel Iglesias <6154160+manueliglesias@users.noreply.github.com>
  • Loading branch information
selbekk and manueliglesias committed Mar 27, 2020
1 parent a4f518b commit 23d8d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-amplify-react/src/Auth/index.tsx
Expand Up @@ -34,6 +34,7 @@ export { default as TOTPSetup } from './TOTPSetup';
export { default as Loading } from './Loading';

export * from './Provider';
export * from './common/types';

export function withAuthenticator(
Comp,
Expand Down

0 comments on commit 23d8d41

Please sign in to comment.