UNPKG

@rtdui/editor

Version:

React rich text editor based on tiptap

5 lines (3 loc) 215 B
import { MathKatexInline } from "./math-katex-inline.mjs"; import { MathKatexBlock, mathDollorBlockInputRegex } from "./math-katex-block.mjs"; export { MathKatexBlock, MathKatexInline, mathDollorBlockInputRegex };