# frozen_string_literal: true module Docs class TruncatePreview < ViewComponent::Preview def default; end def inline; end def expandable; end def custom_size; end def with_html_content; end end end