mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
9 lines
269 B
TypeScript
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",
|
|
});
|