UNPKG

next-mdx-remote-client

Version:

A wrapper of the `@mdx-js/mdx` for the `nextjs` applications in order to load MDX content. It is a fork of `next-mdx-remote`.

7 lines 205 B
/** * Copyright (c) @talatkuyuk AKA @ipikuka * SPDX-License-Identifier: MPL-2.0 */ export { MDXRemote } from "./MDXRemote.js"; export { evaluate } from "./evaluate.js"; //# sourceMappingURL=index.js.map