# frozen_string_literal: true module Docs class BetaSubheadPreview < ViewComponent::Preview def default; end def with_dangerous_heading; end def with_long_description; end def without_border; end def with_actions; end end end