UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 219 B
import type { ProductConfig } from '../../config'; export type ProductProps = { product: ProductConfig; className?: string; }; export declare function Product({ product, className }: ProductProps): JSX.Element;