Hierarchy

  • ButtonProps

Properties

buttonRef?: RefObject<HTMLButtonElement>
children?: ReactNode
className?: string
click?: VoidCallback
enabled?: boolean
focus?: VoidCallback
keyDown?: EventCallback<KeyboardEvent<Element>>
style?: ButtonStyle
type?: ButtonType

Generated using TypeDoc