Variable DEFAULT_MDX_COMPONENTSConst

DEFAULT_MDX_COMPONENTS: {
    a(
        __namedParameters: DetailedHTMLProps<
            AnchorHTMLAttributes<HTMLAnchorElement>,
            HTMLAnchorElement,
        >,
    ): Element;
} = ...

Type declaration

  • a:function
    • Parameters

      • __namedParameters: DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>

      Returns Element