IOweb/node_modules/@mdx-js/mdx/lib/plugin/recma-document.d.ts
2026-07-03 15:07:38 -05:00

13 lines
No EOL
428 B
TypeScript

/**
* Wrap the estree in `MDXContent`.
*
* @param {Readonly<ProcessorOptions>} options
* Configuration.
* @returns
* Transform.
*/
export function recmaDocument(options: Readonly<ProcessorOptions>): (tree: Program, file: VFile) => undefined;
import type { ProcessorOptions } from '../core.js';
import type { Program } from 'estree-jsx';
import type { VFile } from 'vfile';
//# sourceMappingURL=recma-document.d.ts.map