1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/react-application-root/index.ts
Janne Savolainen de3fc32706
Introduce competition for starting react application inside the Feature
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-03-31 08:39:30 +03:00

11 lines
699 B
TypeScript

export { renderInjectionToken } from "./src/render-application/render.injectable";
export type { Render } from "./src/render-application/render.injectable";
export { reactApplicationChildrenInjectionToken } from "./src/react-application/react-application-children-injection-token";
export type { ReactApplicationChildren } from "./src/react-application/react-application-children-injection-token";
export { reactApplicationWrapperInjectionToken } from "./src/react-application/react-application-wrapper-injection-token";
export type { ReactApplicationWrapper } from "./src/react-application/react-application-wrapper-injection-token";
export { reactApplicationRootFeature } from "./src/feature";