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
Through #1962, it was discovered that we need to define types for Paragon's exports defined in src/index.js.
In the short term, we'd like to define these types in the Paragon repository itself.
An example related issue from the perspective of a consumer:
[engineer] who is trying to bring TypeScript into frontend-app-admin-portal ran into issue where TypeScript was complaining that Paragon's Button component didn't have types defined and would need to define them locally in the application to get around it.
The text was updated successfully, but these errors were encountered:
Through #1962, it was discovered that we need to define types for Paragon's exports defined in
src/index.js
.In the short term, we'd like to define these types in the Paragon repository itself.
An example related issue from the perspective of a consumer:
The text was updated successfully, but these errors were encountered: