UNPKG

gml-product-cart

Version:

this is a test package to do deploy NPM

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;