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 { CSSProperties } from "react"; export type UiComponentPosition = { isMounted: boolean; ref: (node: HTMLElement | null) => void; style: CSSProperties; };