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
Not sure if that's a bug, or I'm misunderstanding something.
If a module re-exports everything from another using export * from "some-module", then all of some-module's exports will show as re-exports in the doc for that module. However if I do export { something } from "some-module", nothing shows up. Why is that? How can I include in the doc a particular named re-export?