UNPKG

@roadiehq/backstage-plugin-bitbucket-pullrequest

Version:

10 lines (7 loc) 393 B
import * as react from 'react'; import * as _backstage_core_plugin_api from '@backstage/core-plugin-api'; declare const bitbucketPlugin: _backstage_core_plugin_api.BackstagePlugin<{ root: _backstage_core_plugin_api.RouteRef<undefined>; }, {}, {}>; declare const EntityBitbucketPullRequestsContent: () => react.JSX.Element; export { EntityBitbucketPullRequestsContent, bitbucketPlugin };