@nitin15j/plugin-dora-frontend
Version:
Welcome to the dora-frontend plugin!
13 lines (10 loc) • 637 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
declare const doraFrontendPlugin: _backstage_core_plugin_api.BackstagePlugin<{
root: _backstage_core_plugin_api.RouteRef<undefined>;
innerRoot: _backstage_core_plugin_api.SubRouteRef<undefined>;
}, {}, {}>;
declare const DoraELTPage: () => react_jsx_runtime.JSX.Element;
declare const DoraLeadPage: () => react_jsx_runtime.JSX.Element;
declare const DoraPerformanceComponent: () => react_jsx_runtime.JSX.Element;
export { DoraELTPage, DoraLeadPage, DoraPerformanceComponent, doraFrontendPlugin };