@mathjax/src
    Preparing search index...

    Type Alias MJX_TYPES<T, D>

    MJX_TYPES: T extends keyof COMPONENTS<D> ? MJX_TYPES<COMPONENTS<D>[T], D> : T

    Map component names to their type defintions, leaving explicit definitions as they are.

    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.