@univerjs/sheets-ui 0.6.10-nightly.202504231607 → 0.6.10-nightly.202504241607

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,5 +9,6 @@ export declare const EditorCursorEscShortcut: IShortcutItem;
9
9
  export declare const EditorCursorCtrlEnterShortcut: IShortcutItem;
10
10
  export declare const EditorBreakLineShortcut: IShortcutItem;
11
11
  export declare const EditorDeleteLeftShortcut: IShortcutItem;
12
+ export declare const EditorDeleteRightShortcut: IShortcutItem;
12
13
  export declare const ShiftEditorDeleteLeftShortcut: IShortcutItem;
13
14
  export declare const EditorDeleteLeftShortcutInActive: IShortcutItem;