add Commands interface
This commit is contained in:
@@ -5,9 +5,3 @@ export const Document = Node.create({
|
||||
topNode: true,
|
||||
content: 'block+',
|
||||
})
|
||||
|
||||
declare module '@tiptap/core' {
|
||||
interface AllExtensions {
|
||||
Document: typeof Document,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user