add extension class

This commit is contained in:
Philipp Kühn
2019-12-16 23:20:05 +01:00
parent 6f1aedb2b2
commit 3b291c3a3c
7 changed files with 129 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import minMax from '../utils/minMax'
declare module '../Editor' {
interface Editor {
focus(position: any): Editor
focus(position: Position): Editor
}
}