UNPKG

@payfit/unity-components

Version:

8 lines (7 loc) 267 B
import { CatalogEntry } from './types.js'; interface CatalogPreviewProps { preview: CatalogEntry['preview']; title: string; } export declare function CatalogPreview({ preview, title }: CatalogPreviewProps): import("react/jsx-runtime").JSX.Element; export {};