# frozen_string_literal: true module Docs class AlphaBannerPreview < ViewComponent::Preview def schemes; end def full_width; end def dismissible; end def custom_icon; end def with_action_button; end def with_custom_action; end end end