# frozen_string_literal: true module Docs class AlphaSegmentedControlPreview < ViewComponent::Preview def basic_usage; end def small; end def with_icons; end def with_icons_only; end def fill_width_of_parent; end end end