1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/business-features/runtime-features/index.ts
Janne Savolainen 5f05c9cb6b
WIP
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-26 13:30:31 +03:00

9 lines
269 B
TypeScript

import { getInjectionToken } from "@ogre-tools/injectable";
export { runtimeFeaturesFeature } from "./src/feature";
export { mikkoFeature } from "./src/mikko-feature";
export const requireInjectionToken = getInjectionToken<any>({
id: "require-injection-token",
});