| 6 | } |
| 7 | |
| 8 | export interface UnbindInfo { |
| 9 | key: string; |
| 10 | scope?: string; |
| 11 | method?: KeyHandler; |
| 12 | splitKey?: string; |
| 13 | } |
| 14 | |
| 15 | export interface HotkeysEvent { |
| 16 | keyup: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…