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) 229 B
import type { ModifierCombination } from "../../types/hotkey"; export declare function mapCode(key: string): string; export declare function parseHotkey(hotkey: string): { key?: string; modifiers: ModifierCombination; };