Updated api-report.md
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user