UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 190 B
import type { CatalogItem } from '../../core/types'; export type CatalogCardProps = { item: CatalogItem; }; export declare function CatalogCard({ item }: CatalogCardProps): JSX.Element;