@spacelift-io/backstage-integration-frontend
Version:
Backstage plugin for integrating Spacelift.io with Backstage
10 lines (7 loc) • 395 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
declare const spaceliftIoPlugin: _backstage_core_plugin_api.BackstagePlugin<{
root: _backstage_core_plugin_api.RouteRef<undefined>;
}, {}, {}>;
declare const SpaceliftIoPage: () => react_jsx_runtime.JSX.Element;
export { SpaceliftIoPage, spaceliftIoPlugin };