UNPKG

zaf-product-card

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