UNPKG

@blocknote/react

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

3 lines (2 loc) 192 B
import type { BlockNoteEditor } from "@blocknote/core"; export declare function useEditorSelectionBoundingBox(enabled?: boolean, editor?: BlockNoteEditor<any, any, any>): DOMRect | undefined;