UNPKG

@payfit/unity-components

Version:

9 lines (8 loc) • 307 B
import { CatalogEntry } from './types.js'; interface CatalogCardProps { entry: CatalogEntry; principalTitle?: string; relatedTitles: string[]; } export declare function CatalogCard({ entry, principalTitle, relatedTitles, }: CatalogCardProps): import('react/jsx-runtime').JSX.Element; export {};