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.

7 lines (6 loc) 239 B
import { Editor } from "@tiptap/react"; interface BlockNoteToolbarProps { editor: Editor | null; } export declare function BlockNoteToolbar({ editor }: BlockNoteToolbarProps): import("react/jsx-runtime").JSX.Element | null; export {};