# frozen_string_literal: true module Docs class BetaClipboardCopyPreview < ViewComponent::Preview def default; end def with_text_instead_of_icons; end def copying_from_an_element; end end end