rename AllCommands to Commands

This commit is contained in:
Philipp Kühn
2021-02-16 18:39:37 +01:00
parent a705134998
commit 56b4df044f
74 changed files with 76 additions and 76 deletions

View File

@@ -2,7 +2,7 @@ import { selectAll as originalSelectAll } from 'prosemirror-commands'
import { Command, RawCommands } from '../types'
declare module '@tiptap/core' {
interface AllCommands {
interface Commands {
selectAll: {
/**
* Select the whole document.