UNPKG

@janus-idp/backstage-plugin-jfrog-artifactory

Version:

The Jfrog Artifactory plugin displays information about your container images within the Jfrog Artifactory registry.

13 lines (10 loc) 563 B
/// <reference types="react" /> import * as react from 'react'; import * as _backstage_core_plugin_api from '@backstage/core-plugin-api'; import { Entity } from '@backstage/catalog-model'; declare const jfrogArtifactoryPlugin: _backstage_core_plugin_api.BackstagePlugin<{ root: _backstage_core_plugin_api.RouteRef<undefined>; }, {}, {}>; declare const JfrogArtifactoryPage: () => react.JSX.Element; declare const isJfrogArtifactoryAvailable: (entity: Entity) => boolean; export { JfrogArtifactoryPage, isJfrogArtifactoryAvailable, jfrogArtifactoryPlugin };