rename AllCommands to Commands
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from '../types'
|
||||
|
||||
declare module '@tiptap/core' {
|
||||
interface AllCommands {
|
||||
interface Commands {
|
||||
replaceRange: {
|
||||
/**
|
||||
* Replaces text with a node within a range.
|
||||
|
||||
Reference in New Issue
Block a user