This commit is contained in:
Philipp Kühn 2020-09-25 14:19:44 +02:00
parent 49eff17fb6
commit 571db1042b

View File

@ -15,7 +15,7 @@ type ReplaceWithNodeCommand = (
declare module '../Editor' {
interface Commands {
replaceText: ReplaceWithNodeCommand,
replaceWithNode: ReplaceWithNodeCommand,
}
}