# frozen_string_literal: true module Docs class IconButtonPreview < ViewComponent::Preview def default; end def schemes; end def in_a_borderbox; end def with_an_aria_description; end def custom_tooltip_direction; end end end