@mathjax/src
    Preparing search index...

    Type Alias TYPES2MJX<T, D>

    TYPES2MJX: ADD_MATHJAX<
        { _?: any; version?: string } & OPTIONAL<
            T["properties"] & CONFIG_ARRAYS<CONFIG<T>>,
        > & { config?: CONFIG<T> } & CONVERTJAX<T["input"], T["output"], D>,
    >

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

    Type Parameters

    • T extends COMPONENT_DEF

      The definitions of the components to include (as DEF1 & ... & DEFn)

    • D extends DOM_TYPES

      The DOM node types to use