hast-util-to-estree
Version:
hast utility to transform to estree (JavaScript AST) JSX
14 lines • 430 B
TypeScript
/**
* Handle an MDX ESM node.
*
* @param {MdxjsEsm} node
* hast node to transform.
* @param {State} state
* Info passed around about the current state.
* @returns {undefined}
* Nothing.
*/
export function mdxjsEsm(node: MdxjsEsm, state: State): undefined;
import type { MdxjsEsmHast as MdxjsEsm } from 'mdast-util-mdxjs-esm';
import type { State } from 'hast-util-to-estree';
//# sourceMappingURL=mdxjs-esm.d.ts.map