UNPKG
terminus-quick-cmds
Version:
latest (1.3.1)
2.0.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Quick commands manager for Terminus
github.com/Domain/terminus-quick-cmds
terminus-quick-cmds
/
dist
/
hotkeys.d.ts
7 lines
(6 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
import { HotkeyDescription, HotkeyProvider } from
'terminus-core'
;
/** @hidden */
export declare
class
QuickCmdsHotkeyProvider
extends
HotkeyProvider
{ hotkeys: HotkeyDescription[]; provide(): Promise<HotkeyDescription[]>; }