import type { Shortcut } from '../types'; const useShortcut = ( _name: string, _callback: (shortcut: Shortcut) => void, _disabled: boolean = false, ) => {}; export default useShortcut;