UNPKG

@bettaibi/react-blocknote

Version:

A modern, versatile rich text editor component for React applications with an elegant UI and Notion-like functionality. Supports both React 18 and React 19.

3 lines (2 loc) 218 B
import { BubbleMenuProps } from "@tiptap/react"; export declare function BubbleMenu({ children, className, ...props }: Omit<BubbleMenuProps, "editor" | "tippyOptions">): import("react/jsx-runtime").JSX.Element | null;