UNPKG

@digital-ai/plugin-scaffolder-frontend-module-deploy-app-field

Version:

Custom Field Extensions (Frontend Plugin)- List Deploy Application

10 lines (7 loc) 528 B
import * as _backstage_plugin_scaffolder_react from '@backstage/plugin-scaffolder-react'; import * as _backstage_core_plugin_api from '@backstage/core-plugin-api'; declare const DeployApplicationSelectorExtensionPlugin: _backstage_core_plugin_api.BackstagePlugin<{}, {}, {}>; declare const DeployApplicationSelectorFieldExtension: _backstage_plugin_scaffolder_react.FieldExtensionComponent<{ deployApplication: string; }, any>; export { DeployApplicationSelectorExtensionPlugin, DeployApplicationSelectorFieldExtension };