rename AllCommands to Commands
This commit is contained in:
@@ -9,7 +9,7 @@ export interface CodeBlockOptions {
|
||||
}
|
||||
|
||||
declare module '@tiptap/core' {
|
||||
interface AllCommands {
|
||||
interface Commands {
|
||||
codeBlock: {
|
||||
/**
|
||||
* Set a code block
|
||||
|
||||
Reference in New Issue
Block a user