import React from "react"; export default function Button({ title, backgroundColor, color, border, width, bgOpacity, onClick, }) { return ( ); }