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.

8 lines (7 loc) 248 B
/// <reference types="react" /> import type { LexicalEditor } from 'lexical'; declare const TableActionMenu: import("react").NamedExoticComponent<{ cellMerge?: boolean | undefined; editor: LexicalEditor; }>; export default TableActionMenu;