# frozen_string_literal: true module Docs class AlphaNavListPreview < ViewComponent::Preview def items_and_headings; end def leading_and_trailing_visuals; end def expandable_sub_items; end def trailing_action; end end end