1 2 3
export { MyModule } from "my-library"; export { App } from "my-library/components"; export { Header, Footer } from "my-library/components/App";