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.

7 lines (6 loc) 293 B
import { LexicalEditor } from 'lexical'; import { IEditorKernel } from "../../../types"; export interface ListRegistryOptions { enableHotkey?: boolean; } export declare function registerListCommands(editor: LexicalEditor, kernel: IEditorKernel, options?: ListRegistryOptions): () => void;