@bigbinary/neeto-molecules 1.0.52 → 1.0.54

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.
@@ -2225,7 +2225,8 @@ var KeyboardShortcutsPane = function KeyboardShortcutsPane(_ref) {
2225
2225
 
2226
2226
  var KeyboardShortcuts = {
2227
2227
  Pane: KeyboardShortcutsPane,
2228
- usePaneState: useKeyboardShortcutsPaneState
2228
+ usePaneState: useKeyboardShortcutsPaneState,
2229
+ GLOBAL_SHORTCUTS: getGlobalShortcuts()
2229
2230
  };
2230
2231
 
2231
2232
  export { KeyboardShortcuts as default };