Files
gitmost/packages/editor-ext/src/lib/math/index.ts
Philipinho 1f4bd129a8 editor improvements
* add callout, youtube embed, image, video, table, detail, math
* fix attachments module
* other fixes
2024-06-20 14:57:00 +01:00

3 lines
86 B
TypeScript

export { MathInline } from "./math-inline";
export { MathBlock } from "./math-block";