@mathjax/src
    Preparing search index...

    Type Alias LOADER<T>

    LOADER: T extends COMPONENTLIST
        ? { loader: { [component in keyof T]: PackageConfig } }
        : EMPTY

    Add the Loader types for a list of component names (as keys of an object)

    Type Parameters

    • T

      Object whose keys are the names of the components to add to the loader configuration