# frozen_string_literal: true module Docs class AlphaHiddenTextExpanderPreview < ViewComponent::Preview def default; end def inline; end def styling_the_button; end end end