import { EventHandler, SyntheticEvent } from 'react'; export type ButtonProps = { disabled?: boolean; /** Use the contained variant */ contained?: boolean; /** Use the outlined variant */ outlined?: boolean; /** Use the frameless variant */ frameless?: boolean; /** Use the primary variant */ primary?: boolean; /** Use the danger variant */ danger?: boolean; /** Provide an url and the button wil use -tag instead of