Open
Description
On which framework/platform would you like to see this feature implemented?
Vue
Which UI component is this feature-request for?
Authenticator
Please describe your feature-request in detail.
When using @aws-amplify/ui-vue
in a consuming project, the exported type definitions for the Authenticator component props defines most properties as any
or unknown
. There is a more precise definition available in the codebase:
amplify-ui/packages/vue/src/components/authenticator.vue
Lines 35 to 44 in 505a4db
Would it be possible to export this full type definition? I imagine this issue might apply to other components as well.
Please describe a solution you'd like.
No response
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.