UNPKG

gliscano-product-card

Version:

Product card is a test package, it was created with React and Typescript using State Initializer Component Pattern

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