UNPKG

jeme-product-card

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