# frozen_string_literal: true module Docs class BetaFlashPreview < ViewComponent::Preview def schemes; end def full_width; end def dismissible; end def icon; end def with_actions; end end end