UNPKG

@blocknote/react

Version:

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

5 lines (4 loc) 140 B
export type ExtendButtonProps = { orientation: "addOrRemoveRows" | "addOrRemoveColumns"; hideOtherElements: (hide: boolean) => void; };