amplify-ui icon indicating copy to clipboard operation
amplify-ui copied to clipboard

Export AuthenticatorProps

Open bestickley opened this issue 3 years ago • 1 comments

On which framework/platform would you like to see this feature implemented?

React

Which UI component is this feature-request for?

Authenticator

Please describe your feature-request in detail.

Could the AuthenticatorProps be exported? I'm trying to create a wrapper MyAuthenticator component that accepts AuthenticatorProps plus some additional props

Please describe a solution you'd like.

import type { AuthenticatorProps } from "@aws-amplify/ui-react";

We love contributors! Is this something you'd be interested in working on?

  • [ ] 👋 I may be able to implement this feature request.
  • [ ] ⚠️ This feature might incur a breaking change.

bestickley avatar Feb 07 '22 01:02 bestickley

It would also be great if types of other cloud connected components could be exported and types like SignUpAttributes too.

bestickley avatar Feb 07 '22 01:02 bestickley

@bestickley The AuthenticatorProps interface is available for import from @aws-amplify/ui-react. Please open an another issue if there are more types you would like to see exported!

calebpollman avatar Dec 21 '22 22:12 calebpollman