UNPKG

gliscano-product-card

Version:

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

10 lines (9 loc) 296 B
import { CSSProperties } from 'react'; import '../../styles/custom-styles.css'; interface Props { className?: string; style?: CSSProperties; isMaxCounter?: boolean; } export declare const ProductButtons: ({ className, style, isMaxCounter }: Props) => JSX.Element; export {};