refactoring

This commit is contained in:
Philipp Kühn
2020-12-14 12:17:26 +01:00
parent aef4bd88fc
commit 5656a246d5

View File

@@ -92,8 +92,8 @@ export type NodeViewRendererProps = {
editor: Editor,
node: ProseMirrorNode,
getPos: (() => number) | boolean,
decorations: Decoration[],
HTMLAttributes: { [key: string]: any },
decorations: Decoration[],
extension: Node,
}