UNPKG

@blocknote/react

Version:

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

6 lines (5 loc) 172 B
/// <reference types="react" /> export declare function usePreventMenuOverflow(): { ref: import("react").RefObject<HTMLDivElement>; updateMaxHeight: () => void; };