Updated api-report.md

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-09-19 16:43:46 +02:00
parent 95f81d56a8
commit aeb0d02276
+1
View File
@@ -285,6 +285,7 @@ export function EntityRefLinks(props: EntityRefLinksProps): JSX.Element;
export type EntityRefLinksProps = {
entityRefs: (string | Entity | CompoundEntityRef)[];
defaultKind?: string;
titleFn?: (r: string | Entity | CompoundEntityRef) => string;
} & Omit<LinkProps, 'to'>;
// @public