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/index.ts
Janne Savolainen 00b85fed0e
Rename feature for clarity
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-03-31 11:01:21 +03:00

11 lines
751 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 { reactApplicationHigherOrderComponentInjectionToken } from "./src/react-application/react-application-higher-order-component-injection-token";
export type { ReactApplicationHigherOrderComponent } from "./src/react-application/react-application-higher-order-component-injection-token";
export { reactApplicationFeature } from "./src/feature";