/** * Copyright (c) @talatkuyuk AKA @ipikuka * SPDX-License-Identifier: MPL-2.0 */ export { MDXRemote } from "./MDXRemote.js"; export { evaluate } from "./evaluate.js"; export type { MDXRemoteProps, MDXRemoteOptions, EvaluateProps, EvaluateOptions, EvaluateResult, } from "./types.js"; export type { MDXComponents, MDXContent, MDXProps, MDXModule } from "mdx/types"; //# sourceMappingURL=index.d.ts.map