math-flow.d.ts 114 B

123
  1. /** @type {Construct} */
  2. export const mathFlow: Construct;
  3. import type { Construct } from 'micromark-util-types';