@@ -8,13 +8,9 @@
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
// Warning: (ae-missing-release-tag) "FirehydrantCard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const FirehydrantCard: () => JSX.Element;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "firehydrantPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const firehydrantPlugin: BackstagePlugin<
|
||||
{
|
||||
|
||||
@@ -23,6 +23,7 @@ import {
|
||||
|
||||
import { rootRouteRef } from './routes';
|
||||
|
||||
/** @public */
|
||||
export const firehydrantPlugin = createPlugin({
|
||||
id: 'firehydrant',
|
||||
apis: [
|
||||
@@ -37,6 +38,7 @@ export const firehydrantPlugin = createPlugin({
|
||||
},
|
||||
});
|
||||
|
||||
/** @public */
|
||||
export const FirehydrantCard = firehydrantPlugin.provide(
|
||||
createComponentExtension({
|
||||
name: 'FirehydrantCard',
|
||||
|
||||
Reference in New Issue
Block a user