@laserware/dominator
    Preparing search index...

    Type Alias ElementOf<TN>

    ElementOf: TN extends HTMLElementTagName
        ? HTMLElementTagNameMap[TN]
        : TN extends SVGElementTagName ? SVGElementTagNameMap[TN] : HTMLElement

    Element type associated with the specified tag name.

    Type Parameters

    • TN extends TagName | string

      Tag name of the corresponding element.