# frozen_string_literal: true module Docs class BetaLabelPreview < ViewComponent::Preview def schemes; end def sizes; end def inline; end end end