UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 246 B
import { JSX } from 'react'; import { BffCatalogEntity } from '../../../../core/types'; export type DomainsPropertyProps = { entity: BffCatalogEntity; }; export declare function DomainsProperty({ entity }: DomainsPropertyProps): JSX.Element;