We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be great if you could export types for component props in addition to the components so they can be re-used in wrapper components.
Want to create wrapper components that leverage the types for component props in the generated components in components/ui.
Export the types for props of any exported components from generated code.
Example change for generated heading/index.ts line 220
heading/index.ts
// EDIT: export IHeadingProps export { Heading, type IHeadingProps };
No response
The text was updated successfully, but these errors were encountered:
vaibhk20
No branches or pull requests
Description
Would be great if you could export types for component props in addition to the components so they can be re-used in wrapper components.
Problem Statement
Want to create wrapper components that leverage the types for component props in the generated components in components/ui.
Proposed Solution or API
Export the types for props of any exported components from generated code.
Example change for generated
heading/index.ts
line 220Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: