UNPKG

fc-component-react

Version:

``` <ProductCard product={ product } className="bg-dark text-white" initialValues={{ count: 6, maxCount: 10, }} > { ({ r

7 lines (6 loc) 200 B
import React from "react"; export interface Props { className?: string; style?: React.CSSProperties; } export declare const ProductButtons: ({ className, style }: Props) => JSX.Element;