UNPKG

mo-product-card-ts-react

Version:

``` import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'mo-product-card'; ```

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