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