@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) • 444 B
TypeScript
export { BlockNote } from "./features/BlockNote/components/BlockNote";
export { BlockNoteProvider } from "./features/BlockNote/providers/blockNoteProvider";
export type { BlockNoteProps } from "./features/BlockNote/components/BlockNote";
export type { BlockNoteProviderProps } from "./features/BlockNote/providers/blockNoteProvider";
import "./features/BlockNote/styles/external-styles.css";
import "./features/BlockNote/styles/blocknote.css";