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.

5 lines (4 loc) 159 B
import { Editor } from "@tiptap/react"; export declare function HeadingDropdown({ editor }: { editor: Editor; }): import("react/jsx-runtime").JSX.Element;