type alias NodeWithPosRe-exportimport { type NodeWithPos } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts"; definition: { node: ProseMirrorNode; pos: number; }