Static propTypes
					propTypes: object
					
					
						
						children
						children: Validator<string | number | false | true | {} | ReactElementLike | ReactNodeArray> = PropTypes.node.isRequired
						
					
					
						
						className
						className: Requireable<string> = PropTypes.string
						
					
					
						
						disabled
						disabled: Requireable<boolean> = PropTypes.bool
						
					
					
						
						id
						id: Requireable<string> = PropTypes.string
						
					
					
						
						isStartButton
						isStartButton: Requireable<boolean> = PropTypes.bool
						
					
					
						
						name
						name: Requireable<string> = PropTypes.string
						
					
					
						
						onClick
						onClick: Requireable<(...args: any[]) => any> = PropTypes.func
						
					
					
						
						preventDoubleClick
						preventDoubleClick: Requireable<boolean> = PropTypes.bool
						
					
					
						
						type
						type: Requireable<"submit" | "reset" | "button"> = PropTypes.oneOf(["submit", "button", "reset"])
						
					
				
			 
The button element, that can be used to help users carry out an action.