import { TableCellBackground, TableCellBackgroundOptions } from './cell-background'; import { TableHeader, TableHeaderOptions } from '@tiptap/extension-table-header'; import { TableRow, TableRowOptions } from '@tiptap/extension-table-row'; import { TableCell, TableCellOptions } from '@tiptap/extension-table-cell'; import { Table, TableOptions } from './table'; export { Table, TableOptions, TableCell, TableCellOptions, TableRow, TableRowOptions, TableHeader, TableHeaderOptions, TableCellBackground, TableCellBackgroundOptions, };