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
This is because the interfaces are exported separately through .interfaces.d.ts. Could the prop interfaces also be exported directly from index.d.ts files so they are available for import directly from the package, instead? So that the import would be the much simpler:
Currently if I want to use the prop-types from the package, I would need to import the required file from the dist. For example:
This is because the interfaces are exported separately through .interfaces.d.ts. Could the prop interfaces also be exported directly from index.d.ts files so they are available for import directly from the package, instead? So that the import would be the much simpler:
Can submit a PR for all the components if you can grant branch and PR rights. Thanks!
The text was updated successfully, but these errors were encountered: