ember-stargate
ember-stargate copied to clipboard
Expose `Portal` and `PortalTarget` signatures in the exported package
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:
Any reasons why this choice? Or maybe we're doing something wrong?