UNPKG

@blocknote/core

Version:

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

5 lines (4 loc) 86 B
export type DefaultGridSuggestionItem = { id: string; onItemClick: () => void; };