import React from 'react'; import { CatalogTags } from '@redocly/theme/components/Catalog/CatalogTags'; import { GraphIcon } from '@redocly/theme/icons/GraphIcon/GraphIcon'; export type CatalogDomainsCellProps = { domains: string[]; }; export function CatalogDomainsCell({ domains }: CatalogDomainsCellProps) { return (