/**
* The spec-required type for all custom tag names (they must contain a hyphen).
*
* @categoryInternal
* @see https://developer.mozilla.org/docs/Web/API/Web_components/Using_custom_elements#name
*/exporttypeCustomElementTagName = `${string}-${string}`;