UNPKG

nerm-product-card

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