@scott-the-programmer/backstage-plugin-spacelift
Version:
[](https://codeclimate.com/github/scott-the-programmer/backstage-plugin-spacelift/maintainability)
16 lines (11 loc) • 573 B
TypeScript
/// <reference types="react" />
import * as React from 'react';
import React__default from 'react';
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
declare const spaceliftPlugin: _backstage_core_plugin_api.BackstagePlugin<{
root: _backstage_core_plugin_api.RouteRef<undefined>;
}, {}, {}>;
declare const SpaceliftPage: () => React.JSX.Element;
declare const Spacelift: () => React__default.JSX.Element;
declare const SpaceliftStacks: () => React__default.JSX.Element;
export { Spacelift, SpaceliftPage, SpaceliftStacks, spaceliftPlugin };