@mathjax/src
    Preparing search index...

    Type Alias Renderer<W, N>

    Renderer: (node: W, child: N) => void

    The functions used for notation definitions

    Type Parameters

    Type declaration

      • (node: W, child: N): void
      • Parameters

        • node: W
        • child: N

        Returns void