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.

12 lines (11 loc) 937 B
export { default as ChatInput, type ChatInputProps } from './ChatInput'; export { default as ChatInputActionBar, type ChatInputActionBarProps } from './ChatInputActionBar'; export { type ChatInputActionEvent, default as ChatInputActions, type ChatInputActionsProps, } from './ChatInputActions'; export { default as CodeLanguageSelect, type CodeLanguageSelectProps } from './CodeLanguageSelect'; export { default as Editor, type EditorProps, withProps } from './Editor'; export { EditorProvider, type EditorProviderConfig, type EditorProviderProps, useEditorContent, } from './EditorProvider'; export { default as FloatMenu, type FloatMenuProps } from './FloatMenu'; export { useEditor } from './hooks/useEditor'; export { type EditorState, useEditorState } from './hooks/useEditorState'; export { default as SendButton, type SendButtonProps } from './SendButton'; export { default as SlashMenu, type SlashMenuProps } from './SlashMenu';