UNPKG

element-vir

Version:

Heroic. Reactive. Declarative. Type safe. Web components without compromise.

8 lines (7 loc) 265 B
/** * The spec-required type for all custom tag names (they must contain a hyphen). * * @category Internal * @see https://developer.mozilla.org/docs/Web/API/Web_components/Using_custom_elements#name */ export type CustomElementTagName = `${string}-${string}`;