UNPKG

dnr-product-card

Version:

This is a test deployment package to npm

8 lines (7 loc) 232 B
import { CSSProperties } from 'react'; export interface Props { title?: string; className?: string; style?: CSSProperties; } export declare const ProductTitle: ({ title, className, style }: Props) => JSX.Element;