UNPKG

@lobehub/editor

Version:

A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.

11 lines 645 B
export { default as ChatInput } from "./ChatInput"; export { default as ChatInputActionBar } from "./ChatInputActionBar"; export { default as ChatInputActions } from "./ChatInputActions"; export { default as CodeLanguageSelect } from "./CodeLanguageSelect"; export { default as Editor, withProps } from "./Editor"; export { EditorProvider, useEditorContent } from "./EditorProvider"; export { default as FloatMenu } from "./FloatMenu"; export { useEditor } from "./hooks/useEditor"; export { useEditorState } from "./hooks/useEditorState"; export { default as SendButton } from "./SendButton"; export { default as SlashMenu } from "./SlashMenu";