UNPKG

@rtdui/editor

Version:

React rich text editor based on tiptap

7 lines (5 loc) 362 B
const require_math_katex_inline = require('./math-katex-inline.cjs'); const require_math_katex_block = require('./math-katex-block.cjs'); exports.MathKatexBlock = require_math_katex_block.MathKatexBlock; exports.MathKatexInline = require_math_katex_inline.MathKatexInline; exports.mathDollorBlockInputRegex = require_math_katex_block.mathDollorBlockInputRegex;