UNPKG

@scott-the-programmer/backstage-plugin-spacelift

Version:

[![Maintainability](https://api.codeclimate.com/v1/badges/65206b49b30dfc4e2312/maintainability)](https://codeclimate.com/github/scott-the-programmer/backstage-plugin-spacelift/maintainability)

16 lines (11 loc) 573 B
/// <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 };