# frozen_string_literal: true module Docs class AlphaAutoCompletePreview < ViewComponent::Preview def default; end def with_inline_label; end def with_non_visible_label; end def with_icon; end def with_icon_and_non_visible_label; end def with_clear_button; end def with_custom_classes_for_the_input; end def with_custom_classes_for_the_results; end end end