diff --git a/plugins/catalog-react/api-report.md b/plugins/catalog-react/api-report.md index 5ebc9de8d6..e486aad231 100644 --- a/plugins/catalog-react/api-report.md +++ b/plugins/catalog-react/api-report.md @@ -399,6 +399,7 @@ export type EntityRefLinkProps = { defaultNamespace?: string; title?: string; children?: React_2.ReactNode; + noIcon?: boolean; } & Omit; // @public @@ -412,6 +413,7 @@ export type EntityRefLinksProps< > = { defaultKind?: string; entityRefs: TRef[]; + noIcons?: boolean; fetchEntities?: boolean; getTitle?(entity: TRef): string | undefined; } & Omit;