UNPKG

@blocknote/react

Version:

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

2 lines (1 loc) 122 B
export declare function useUIPluginState<State>(onUpdate: (callback: (state: State) => void) => void): State | undefined;