UNPKG

osmg-product-card

Version:

This is a testing package for a npm deploy

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