/** @jsx jsx */ /** @jsxFrag React.Fragment */ import { colors, ShadedColor } from "../colors"; import React from "react"; import { inputHeightDictionary } from "../shared/inputHeightDictionary"; interface Props extends Omit, HTMLElement>, "css"> { /** * Override the the default element used to render a button * * All props provided will be merged with props that `Button` adds, including * `className`s being merged. * * @default