@mathjax/src
    Preparing search index...

    Type Alias MJX_DEF<T, D>

    MJX_DEF: COMBINE<
        MJX_TYPES<T extends (keyof COMPONENTS<D>)[] ? T[number] : T, D>,
    >

    Map compent names or array of names or explicit definitions to a combined definition object (the intersection of all the definitions).

    Type Parameters

    • T extends COMPONENT_LIST<D>

      A union of compnent names and/or explicit definitions.

    • D extends DOM_TYPES

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