UNPKG

lf-product-card

Version:

Npm package deploy test using tsdx

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