UNPKG

@scalar/api-client

Version:

the open source API testing client

10 lines 419 B
import type { WorkspaceEventBus } from '@scalar/workspace-store/events'; import type { ClientLayout } from '../../v2/types/layout'; /** * Global hotkey handler for the app (web + desktop) * * @param eventBus - workspace event bus * @param layout - client layout */ export declare const useGlobalHotKeys: (eventBus: WorkspaceEventBus, layout: ClientLayout) => void; //# sourceMappingURL=use-global-hot-keys.d.ts.map