13 lines
No EOL
428 B
TypeScript
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
|