gatsby-mdx-remote
Version:
A plugin to transform nodes with mdx content and frontmatter into mdx File nodes for consumption by the gatsby-plugin-mdx plugin
4 lines • 381 B
TypeScript
import type { Node, CreateNodeArgs } from "gatsby";
import { PluginTypeOptions } from "./gatsby-node.js";
export declare const createMdxFileNode: (nodeData: Node & Record<string, any>, typeConfig: PluginTypeOptions, args: CreateNodeArgs<Record<string, unknown>>) => Promise<import("gatsby-source-filesystem").FileSystemNode | undefined>;
//# sourceMappingURL=createMdxNode.d.ts.map