UNPKG

@blocknote/react

Version:

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

7 lines (6 loc) 279 B
import { BlockNoteEditor } from "@blocknote/core"; import { ThreadData } from "@blocknote/core/comments"; /** * Bridges the ThreadStore to React using useSyncExternalStore. */ export declare function useThreads(editor: BlockNoteEditor<any, any, any>): Map<string, ThreadData>;