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) 254 B
export interface BlockNoteProps { className?: string; showToolbar?: boolean; showBubbleMenu?: boolean; } export declare function BlockNote({ className, showToolbar, showBubbleMenu, }: BlockNoteProps): import("react/jsx-runtime").JSX.Element;