# frozen_string_literal: true module Docs class AlphaToggleSwitchPreview < ViewComponent::Preview def default; end def checked; end def disabled; end def checked_and_disabled; end def small; end def with_status_label_positioned_at_the_end; end end end