feat: strart refactoring types

This commit is contained in:
cudr
2019-11-03 11:32:52 +03:00
parent a805d2476a
commit 0f98915909
7 changed files with 16 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ import annotation from './annotation'
const setSelection = doc => doc
const setValue = doc => doc
const opType: any = {
const opType = {
...text,
...annotation,
...node,