mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: extract tokens
Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
parent
21914db35b
commit
eaacddcb8b
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user