class Primer::Forms::SubmitButton

:nodoc:

def initialize(input:)

def initialize(input:)
  @button = Button.new(input: input, type: :submit)
end