UNPKG

gatsby-plugin-mdx

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