You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does your feature request relate to a specific USWDS component?
All components
What USWDS Version is this feature present in?
Current
Is your feature request related to a problem? Please describe.
I would like to create wrappers for react-uswds components to add functionality to my own project. It would make it easier if I can import the props definitions for components and extend them.
Describe the solution you'd like
add export before all Prop type interfaces
Describe alternatives you've considered
I have done copy/pasting interfaces in my own project, but that doesn't seem like a good maintainable solution.
Additional context
Created PR 2666 for this
The text was updated successfully, but these errors were encountered:
Does your feature request relate to a specific USWDS component?
All components
What USWDS Version is this feature present in?
Current
Is your feature request related to a problem? Please describe.
I would like to create wrappers for react-uswds components to add functionality to my own project. It would make it easier if I can import the props definitions for components and extend them.
Describe the solution you'd like
add
export
before all Prop type interfacesDescribe alternatives you've considered
I have done copy/pasting interfaces in my own project, but that doesn't seem like a good maintainable solution.
Additional context
Created PR 2666 for this
The text was updated successfully, but these errors were encountered: