1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/metrics/index.ts
Iku-turso 89aa83a918 WIP Extract or duplicate more functionalities of Cluster Overview from the monolith to a Feature
Co-authored-by: Juho Heikka <juho.heikka@gmail.com>

Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-03-20 16:34:42 +02:00

21 lines
661 B
TypeScript

/**
* Copyright (c) OpenLens Authors. All rights reserved.
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
export { metricsFeature } from "./src/feature";
export type { ClusterOverviewUIBlock, MetricType } from "./src/cluster-overview/injection-tokens";
export {
activeThemeInjectionToken,
clusterOverviewStoreInjectionToken,
clusterOverviewUIBlockInjectionToken,
loggerInjectionToken,
navigateToPreferencesOfMetricsInjectionToken,
nodeStoreInjectionToken,
userStoreInjectionToken,
} from "./src/cluster-overview/injection-tokens";
export type { Logger } from "./src/cluster-overview/injection-tokens";