Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@tiptap/react.ts>findParentNode

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function findParentNode
import { findParentNode } from "https://deno.land/x/netzo@0.5.66/deps/@tiptap/react.ts";

Returns

(selection: Selection) => { pos: number; start: number; depth: number; node: import("https://esm.sh/v135/prosemirror-model@1.19.4/X-ZS9yZWFjdCxyZWFjdC1kb20/dist/index.d.ts").Node; } | undefined