@mathjax/src
    Preparing search index...

    Type Alias TYPES2MJX_OBJECT<T, D>

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

    The type for the completed MathJax object (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