mirror of
https://github.com/docmost/docmost.git
synced 2026-05-20 00:14:10 +08:00
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
import { TableRow as TiptapTableRow } from "@tiptap/extension-table";
|
|
|
|
export const TableRow = TiptapTableRow.extend({
|
|
content: "(tableCell | tableHeader)*",
|
|
});
|