@enginuity-io/dora-metrics
Version:
DORA Metrics frontend plugin for Backstage
13 lines (9 loc) • 569 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
declare const doraMetricsPlugin: _backstage_core_plugin_api.BackstagePlugin<{
root: _backstage_core_plugin_api.RouteRef<undefined>;
}, {}, {}>;
declare const DoraMetricsPage: () => react_jsx_runtime.JSX.Element;
declare const doraMetricsRouteRef: _backstage_core_plugin_api.RouteRef<undefined>;
declare const isDoraMetricsAvailable = true;
export { DoraMetricsPage, doraMetricsPlugin, doraMetricsRouteRef, isDoraMetricsAvailable };