# frozen_string_literal: true module Docs class AlphaTooltipPreview < ViewComponent::Preview def as_a_supplementary_description_for_a_button; end def as_a_label_for_an_iconbutton; end def as_a_supplementary_description_for_an_iconbutton; end def with_direction; end def directly_using_tooltip; end end end