UNPKG

gatsby-plugin-mdx-v1

Version:
3 lines (2 loc) 134 B
import type { Node } from "unist-util-visit"; export declare const remarkMdxHtmlPlugin: () => (markdownAST: Node) => Promise<Node>;