@@ -196,7 +196,7 @@ export const EntityDisplayName: (props: EntityDisplayNameProps) => JSX.Element;
|
||||
// @public
|
||||
export type EntityDisplayNameProps = {
|
||||
entityRef: Entity | CompoundEntityRef | string;
|
||||
noIcon?: boolean;
|
||||
hideIcon?: boolean;
|
||||
noTooltip?: boolean;
|
||||
defaultKind?: string;
|
||||
defaultNamespace?: string;
|
||||
@@ -399,7 +399,7 @@ export type EntityRefLinkProps = {
|
||||
defaultNamespace?: string;
|
||||
title?: string;
|
||||
children?: React_2.ReactNode;
|
||||
noIcon?: boolean;
|
||||
hideIcon?: boolean;
|
||||
} & Omit<LinkProps, 'to'>;
|
||||
|
||||
// @public
|
||||
@@ -413,7 +413,7 @@ export type EntityRefLinksProps<
|
||||
> = {
|
||||
defaultKind?: string;
|
||||
entityRefs: TRef[];
|
||||
noIcons?: boolean;
|
||||
hideIcons?: boolean;
|
||||
fetchEntities?: boolean;
|
||||
getTitle?(entity: TRef): string | undefined;
|
||||
} & Omit<LinkProps, 'to'>;
|
||||
|
||||
Reference in New Issue
Block a user