Generate new api-report.md

Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
This commit is contained in:
Olivier Liechti
2022-06-14 15:33:45 +02:00
parent 066626f166
commit 11a4d9157c
+3 -4
View File
@@ -207,6 +207,9 @@ export interface DependsOnResourcesCardProps {
// @public (undocumented)
export const EntityAboutCard: (props: AboutCardProps) => JSX.Element;
// @public (undocumented)
export type EntityContextMenuClassKey = 'button';
// @public (undocumented)
export const EntityDependencyOfComponentsCard: (
props: DependencyOfComponentsCardProps,
@@ -417,8 +420,4 @@ 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
```