UNPKG

sl7-product-card

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