Sha256: 0a97fe114417feda0daa7a86f3470935f239a7af40aeea479b4b92058fa8e7c3
Contents?: true
Size: 256 Bytes
Versions: 20
Compression:
Stored size: 256 Bytes
Contents
# typed: false # frozen_string_literal: true module Ariadne module Layout module SectionBlock class Component < Ariadne::BaseComponent renders_one :header, "Ariadne::Layout::SectionBlock::Header::Component" end end end end
Version data entries
20 entries across 20 versions & 1 rubygems