module Ariadne::ViewComponent::HTMLAttrs

def accepts_html_attributes(**defaults, &block)

def accepts_html_attributes(**defaults, &block)
  accepts_html_attributes_for(:html, **defaults, &block)
end