refactoring
This commit is contained in:
@@ -92,8 +92,8 @@ export type NodeViewRendererProps = {
|
|||||||
editor: Editor,
|
editor: Editor,
|
||||||
node: ProseMirrorNode,
|
node: ProseMirrorNode,
|
||||||
getPos: (() => number) | boolean,
|
getPos: (() => number) | boolean,
|
||||||
decorations: Decoration[],
|
|
||||||
HTMLAttributes: { [key: string]: any },
|
HTMLAttributes: { [key: string]: any },
|
||||||
|
decorations: Decoration[],
|
||||||
extension: Node,
|
extension: Node,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user