lib/view_component/slot.rb



# frozen_string_literal: true

module ViewComponent
  class Slot
    attr_accessor :content
  end
end