simonihmig / ember-stargate

Modern lightweight portals for Ember
MIT License
68 stars 12 forks source link

Expose `Portal` and `PortalTarget` signatures in the exported package #697

Open didoo opened 2 months ago

didoo commented 2 months ago

While working on a component that consumes the Portal and PortalTarget components, we wanted to use their TypeScript signatures to derive our components' ones, but with surprise we have noticed that the NPM package is not exporting the signatures:

modified

Any reasons why this choice? Or maybe we're doing something wrong?

simonihmig commented 1 month ago

First, sorry for the late response!

There is no particular reason really. Would you be willing to provide a PR maybe?