@arcmantle/lit-jsx
    Preparing search index...
    • Parameters

      • tagName: string

      Returns Values<
          Pick<
              {
                  ATTRIBUTE_PART: "AttributePart";
                  BOOLEAN_PART: "BooleanPart";
                  CHILD_PART: "ChildPart";
                  CLASS_MAP: "classMap";
                  CLASS_MAP_LOCAL: "__$classMap";
                  ELEMENT_PART: "ElementPart";
                  EVENT_PART: "EventPart";
                  HTML: "html";
                  HTML_LOCAL: "__$html";
                  HTML_STATIC: "html";
                  HTML_STATIC_LOCAL: "__$htmlStatic";
                  LITERAL_MAP: "__$literalMap";
                  MATHML: "mathml";
                  MATHML_LOCAL: "__$mathml";
                  MATHML_STATIC: "mathml";
                  MATHML_STATIC_LOCAL: "__$mathmlStatic";
                  PROPERTY_PART: "PropertyPart";
                  REF: "ref";
                  REF_LOCAL: "__$ref";
                  REST: "__$rest";
                  STYLE_MAP: "styleMap";
                  STYLE_MAP_LOCAL: "__$styleMap";
                  SVG: "svg";
                  SVG_LOCAL: "__$svg";
                  SVG_STATIC: "svg";
                  SVG_STATIC_LOCAL: "__$svgStatic";
                  TAGGED_TEMPLATE_UTIL: "__$t";
                  UNSAFE_STATIC: "unsafeStatic";
                  UNSAFE_STATIC_LOCAL: "__$unsafeStatic";
              },
              "HTML"
              | "SVG"
              | "MATHML",
          >,
      >