@lobehub/editor
Version:
A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.
6 lines (5 loc) • 338 B
TypeScript
import type { ListType } from '@lexical/list';
import type { RangeSelection } from 'lexical';
import type { ElementTransformer } from "../../markdown/service/transformers";
export declare const listReplace: (listType: ListType) => ElementTransformer['replace'];
export declare function $indentOverTab(selection: RangeSelection): boolean;