Files
backstage/plugins/bazaar/plugin-bazaar.api.md
T
Lykke Axlin ad86729f5d made link to entity optional
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
2021-12-13 15:45:52 +01:00

648 B

API Report File for "@backstage/plugin-bazaar"

Do not edit this file. It is a report generated by API Extractor.

/// <reference types="react" />

import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';

// @public (undocumented)
export const BazaarPage: () => JSX.Element;

// @public (undocumented)
export const bazaarPlugin: _backstage_core_plugin_api.BackstagePlugin<
  {
    root: _backstage_core_plugin_api.RouteRef<undefined>;
  },
  {}
>;

// @public (undocumented)
export const EntityBazaarInfoCard: () => JSX.Element;

// (No @packageDocumentation comment for this package)