import { type NodeViewProps } from "https://deno.land/x/netzo@0.5.65/deps/@tiptap/react.ts";
definition: { editor: Editor; node: ProseMirrorNode; decorations: DecorationWithType[]; selected: boolean; extension: Node; getPos: () => number; updateAttributes: (attributes: Record<string, any>) => void; deleteNode: () => void; }