UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 263 B
import React from 'react'; import { BffCatalogEntity } from '../../../core/types'; export type CatalogEntityLinksProps = { entity: BffCatalogEntity; }; export declare function CatalogEntityLinks({ entity }: CatalogEntityLinksProps): React.JSX.Element | null;