Files
docmost/packages/editor-ext/src/lib/table/row.ts
T
2025-12-13 00:57:13 +00:00

6 lines
164 B
TypeScript

import { TableRow as TiptapTableRow } from "@tiptap/extension-table";
export const TableRow = TiptapTableRow.extend({
content: "(tableCell | tableHeader)*",
});