UNPKG

@blocknote/react

Version:

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

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