UNPKG

@blocknote/react

Version:

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

7 lines (6 loc) 265 B
import { ReactNode } from "react"; import { FloatingUIOptions } from "./FloatingUIOptions.js"; export declare const BlockPopover: (props: FloatingUIOptions & { blockId: string | undefined; children: ReactNode; }) => import("react/jsx-runtime").JSX.Element;