UNPKG

@blocknote/react

Version:

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

10 lines (9 loc) 313 B
import { ReactNode } from "react"; import { FloatingUIOptions } from "./FloatingUIOptions.js"; export declare const PositionPopover: (props: FloatingUIOptions & { position: { from: number; to?: number; } | undefined; children: ReactNode; }) => import("react/jsx-runtime").JSX.Element;