Type Alias MdxComponents

MdxComponents:
    | Record<string, FC>
    | (defaults: Record<string, FC>) => Record<string, FC>

A map of MDX component overrides, or a function that receives the platform DEFAULT_MDX_COMPONENTS and returns the full map to use.