obsidian-typings 2.18.2 → 2.20.0

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.
@@ -5183,7 +5183,7 @@ export interface Tree<T> {
5183
5183
  /**
5184
5184
  * Handle renaming of focused item
5185
5185
  */
5186
- handleRenameFocusedItem: () => void;
5186
+ handleRenameFocusedItem: (event: KeyboardEvent) => void;
5187
5187
  /**
5188
5188
  * ID of the view the tree is associated with
5189
5189
  */