UNPKG

gatsby-plugin-mdx

Version:
5 lines (4 loc) 161 B
import type { Node } from "unist"; export declare const remarkPathPlugin: ({ pathPrefix }: { pathPrefix: string; }) => (markdownAST: Node) => Promise<Node>;