UNPKG

@fireflyai/backstage-plugin-firefly

Version:
19 lines (16 loc) 694 B
/// <reference types="react" /> import * as react from 'react'; import * as _backstage_core_plugin_api from '@backstage/core-plugin-api'; /** * The Firefly plugin for Backstage * This plugin provides integration with Firefly's asset management system */ declare const fireflyPlugin: _backstage_core_plugin_api.BackstagePlugin<{ root: _backstage_core_plugin_api.RouteRef<undefined>; }, {}, {}>; /** * Entity overview card that shows IaC coverage for compoenent dependent resources */ declare const EntityDependenciesIaCCoverageCard: () => react.JSX.Element; declare const FireflyPage: () => react.JSX.Element; export { EntityDependenciesIaCCoverageCard, FireflyPage, fireflyPlugin };