Update api-report.md

Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
This commit is contained in:
Olivier Liechti
2022-06-01 13:54:03 +02:00
parent ae8c6bf162
commit 33ad22a309
+5
View File
@@ -390,6 +390,7 @@ export function isOrphan(entity: Entity): boolean;
export type PluginCatalogComponentsNameToClassKey = {
PluginCatalogEntityLinksEmptyState: EntityLinksEmptyStateClassKey;
PluginCatalogSystemDiagramCard: SystemDiagramCardClassKey;
PluginCatalogEntityContextMenu: EntityContextMenuClassKey;
};
// @public (undocumented)
@@ -416,4 +417,8 @@ export type SystemDiagramCardClassKey =
| 'componentNode'
| 'apiNode'
| 'resourceNode';
// Warnings were encountered during analysis:
//
// src/overridableComponents.d.ts:10:5 - (ae-forgotten-export) The symbol "EntityContextMenuClassKey" needs to be exported by the entry point index.d.ts
```