import { CSSProperties } from "react";

export interface ProductButtonsProps {
    className?: string;
    style?: CSSProperties;
}