1
0
mirror of https://github.com/lensapp/lens.git synced 2024-08-16 04:40:24 +03:00

chore: extract tokens

Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
Gabriel 2023-06-01 14:50:04 +02:00 committed by Gabriel Accettola
parent 21914db35b
commit 34ca6509b8
3 changed files with 6 additions and 0 deletions

View File

@ -7,4 +7,10 @@ export type { ReactApplicationChildren } from "./src/react-application/react-app
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 { clusterFrameChildComponentInjectionToken } from "./src/cluster-frame/cluster-frame-child-component-injection-token";
export type { ClusterFrameChildComponent } from "./src/cluster-frame/cluster-frame-child-component-injection-token";
export { rootFrameChildComponentInjectionToken } from "./src/root-frame/root-frame-child-component-injection-token";
export type { RootFrameChildComponent } from "./src/root-frame/root-frame-child-component-injection-token";
export { reactApplicationFeature } from "./src/feature";