module Coprl module Presenters module DSL module Components module Actions class Dialog < Actions::Base def initialize(**attribs_, &block) super(type: :dialog, **attribs_, &block) end end end end end end end