UNPKG

lf-product-card

Version:

Npm package deploy test using tsdx

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