chore: updated api-report, sorry freben

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-11-10 20:24:20 -06:00
parent 69c14904b6
commit e98efaaf36
+2
View File
@@ -399,6 +399,7 @@ export type EntityRefLinkProps = {
defaultNamespace?: string;
title?: string;
children?: React_2.ReactNode;
noIcon?: boolean;
} & Omit<LinkProps, 'to'>;
// @public
@@ -412,6 +413,7 @@ export type EntityRefLinksProps<
> = {
defaultKind?: string;
entityRefs: TRef[];
noIcons?: boolean;
fetchEntities?: boolean;
getTitle?(entity: TRef): string | undefined;
} & Omit<LinkProps, 'to'>;