init table, table-row and table-cell
This commit is contained in:
11
packages/extension-table-cell/src/table-cell.ts
Normal file
11
packages/extension-table-cell/src/table-cell.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Node } from '@tiptap/core'
|
||||
|
||||
export const TableCell = Node.create({
|
||||
name: 'tableCell',
|
||||
})
|
||||
|
||||
declare module '@tiptap/core' {
|
||||
interface AllExtensions {
|
||||
TableCell: typeof TableCell,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user