Sha256: 120226ec176eb216daf1a27e325f0ad5fefc06f9cda87d2784b2a7e436014650
Contents?: true
Size: 269 Bytes
Versions: 16
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true module Koi module DefinitionListHelper # @deprecated This method is deprecated and will be removed in Koi 5. def definition_list(**options, &block) render Koi::SummaryListComponent.new(**options), &block end end end
Version data entries
16 entries across 16 versions & 1 rubygems