UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 245 B
import type { JSX } from 'react'; import type { CatalogItem } from '../../core/types'; export type CatalogClassicCardProps = { item: CatalogItem; }; export declare function CatalogClassicCard({ item }: CatalogClassicCardProps): JSX.Element;