mirror of
https://github.com/docmost/docmost.git
synced 2026-05-16 05:44:04 +08:00
1f4bd129a8
* add callout, youtube embed, image, video, table, detail, math * fix attachments module * other fixes
4 lines
123 B
TypeScript
4 lines
123 B
TypeScript
import TiptapTableHeader from "@tiptap/extension-table-header";
|
|
|
|
export const TableHeader = TiptapTableHeader.configure();
|