# frozen_string_literal: true module Docs class TooltipPreview < ViewComponent::Preview def default; end def wrapping_another_component; end def with_a_direction; end def with_an_alignment; end def without_a_delay; end end end