UNPKG

gip-product-card

Version:
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;