UNPKG

@blocknote/react

Version:

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

8 lines (6 loc) 168 B
import { FC } from "react"; export type TableHandleProps = { orientation: "row" | "column"; hideOtherElements: (hide: boolean) => void; tableHandleMenu?: FC; };