I have a component Button in react with below interface
interface ButtonI extends React.HTMLAttributes { background?: string; border?