UNPKG

@redocly/theme

Version:

Shared UI components lib

9 lines (8 loc) 346 B
import { JSX } from 'react'; import type { CatalogEntityConfig } from '@redocly/config'; import { BffCatalogEntity } from '../../../core/types'; export type CatalogCardProps = { entity: BffCatalogEntity; catalogConfig: CatalogEntityConfig; }; export declare function CatalogCard({ entity, catalogConfig }: CatalogCardProps): JSX.Element;