UNPKG

aiab-product-card

Version:

``` import { ProductButtons,ProductCard,ProductImage,ProductTitle } from "aiab-product-card"; ```

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