# frozen_string_literal: true module Docs class BetaTruncatePreview < ViewComponent::Preview def default; end def multiple_items; end def advanced_multiple_items; end def expand_on_hover_or_focus; end def max_widths; end def max_widths_on_new_lines; end end end