UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 194 B
import React from 'react'; export type CatalogDomainsCellProps = { domains: string[]; }; export declare function CatalogDomainsCell({ domains }: CatalogDomainsCellProps): React.JSX.Element;