rdesign/frontend/node_modules/micromark-extension-math/lib/math-flow.d.ts

4 lines
114 B
TypeScript

/** @type {Construct} */
export const mathFlow: Construct;
import type { Construct } from 'micromark-util-types';