# frozen_string_literal: true module Docs class BetaButtonGroupPreview < ViewComponent::Preview def default; end def sizes; end end end