IOweb/node_modules/hast-util-to-estree/lib/handlers/mdxjs-esm.d.ts
2026-07-03 15:07:38 -05:00

14 lines
No EOL
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