site/node_modules/micromark-extension-math/lib/math-flow.d.ts

7 lines
322 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
/** @type {Construct} */
export const mathFlow: Construct
export type Construct = import('micromark-util-types').Construct
export type State = import('micromark-util-types').State
export type TokenizeContext = import('micromark-util-types').TokenizeContext
export type Tokenizer = import('micromark-util-types').Tokenizer