@mathjax/src
    Preparing search index...

    Type Alias MJX<T, D>

    MJX: TYPES2MJX<MJX_DEF<T, D>, D>

    The type for the MathJax object based on a collection of component names and DOM element types. This is for both configuration and after Mathjax is loaded.

    Type Parameters

    • T extends COMPONENT_LIST<D>

      The union of component names, array of names, or definitions.

    • D extends DOM_TYPES

      The DOM node types to use in the types that need them.