@redocly/theme
Version:
Shared UI components lib
4 lines (3 loc) • 301 B
TypeScript
import type { BffCatalogRelatedEntity } from '../../../core/types';
export type CatalogEntityRelationCellProps = Pick<BffCatalogRelatedEntity, 'relationType' | 'relationRole'>;
export declare function CatalogEntityRelationCell({ relationType, relationRole, }: CatalogEntityRelationCellProps): string;