UNPKG

ahv-product-card

Version:

This is a test package in order to deploy to NPM.

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