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
PF4 components need to provide typings for consumption. We'd like to build the components natively in typescript instead of writing typings that could get out of sync.
This issue is to introduce just build support and convert the propTypes for a single component to illustrate how it should be done.
The text was updated successfully, but these errors were encountered:
Is this what you meant by supporting PropTypes natively? I did have to overcome a bug with importing react-styles and had to declare new module, but that is a different issue.
PF4 components need to provide typings for consumption. We'd like to build the components natively in typescript instead of writing typings that could get out of sync.
This issue is to introduce just build support and convert the propTypes for a single component to illustrate how it should be done.
The text was updated successfully, but these errors were encountered: