UNPKG

@redocly/theme

Version:

Shared UI components lib

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