@lobehub/editor
Version:
A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.
7 lines • 365 B
JavaScript
// Export commands explicitly to avoid conflicts with codeblock plugin
export { INSERT_CODEMIRROR_COMMAND, SELECT_AFTER_CODEMIRROR_COMMAND, SELECT_BEFORE_CODEMIRROR_COMMAND
// UPDATE_CODEBLOCK_LANG is already exported by codeblock plugin
// Both plugins can use the same command for consistency
} from "./command";
export * from "./plugin";
export * from "./react";