UNPKG

gatsby-plugin-mdx-v1

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