Skip to content

Commit

Permalink
fix(core): update types for NodeView
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Feb 27, 2023
1 parent 4420d64 commit 9c109a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export type NodeViewRendererProps = {
node: ProseMirrorNode
getPos: (() => number) | boolean
HTMLAttributes: Record<string, any>
decorations: Decoration[]
decorations: DecorationWithType[]
extension: Node
}

Expand Down

0 comments on commit 9c109a6

Please sign in to comment.