UNPKG

@edifice.io/tiptap-extensions

Version:
6 lines (5 loc) 296 B
/** * This custom extension allows setting a background-color to table cells. * Apply with ̀`editor.chain().focus().setCellAttribute("backgroundColor", color).run()` */ export declare const TableCell: import('@tiptap/core').Node<import('@tiptap/extension-table-cell').TableCellOptions, any>;