noImplicitAny: slate (#17681)

* Update slate types

* Fix noImplicitAny
This commit is contained in:
Tobias Skarhed
2019-06-20 20:41:01 +02:00
committed by Torkel Ödegaard
parent 49f0f0e89e
commit 219d711597
12 changed files with 99 additions and 37 deletions

View File

@@ -23,7 +23,7 @@ export const makeFragment = text => {
Block.create({
type: 'paragraph',
nodes: [Text.create(line)],
})
} as any)
);
const fragment = Document.create({