module ERBLint::Linters::Helpers::DeprecatedComponentsHelpers
def deprecated_components
def deprecated_components ::Primer::Deprecations.deprecated_components end
def message(component_name)
def message(component_name) ::Primer::Deprecations.deprecation_message(component_name) end