Sha256: e992c40f7fb578d7a1958dcc736d7ab5dd204287d2103dd69bceb06ba8aa34cc
Contents?: true
Size: 498 Bytes
Versions: 14
Compression:
Stored size: 498 Bytes
Contents
# typed: false # frozen_string_literal: true module Ariadne module UI module List module Item class Component < Ariadne::BaseComponent renders_one :leading_item, Ariadne::BaseComponent::ACCEPT_ANYTHING renders_one :cell, Ariadne::BaseComponent::ACCEPT_ANYTHING renders_one :trailing_item, Ariadne::BaseComponent::ACCEPT_ANYTHING renders_one :trailing_menu, Ariadne::BaseComponent::ACCEPT_ANYTHING end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems