📄 math-text.d.ts
/home/palash/git/site/node_modules/micromark-extension-math/lib/math-text.d.ts
Language: ts • Lines: 9
/**
 * @param {Options | null | undefined} [options={}]
 *   Configuration (default: `{}`).
 * @returns {Construct}
 *   Construct.
 */
export function mathText(options?: Options | null | undefined): Construct;
import type { Options } from 'micromark-extension-math';
import type { Construct } from 'micromark-util-types';