(sequence: Array<string>)
| 12 | } from '@tanstack/hotkeys' |
| 13 | |
| 14 | function sequenceKey(sequence: Array<string>): string { |
| 15 | return sequence.join('|') |
| 16 | } |
| 17 | |
| 18 | type HotkeyListProps = { |
| 19 | selectedId: () => string | null |
no outgoing calls
no test coverage detected
searching dependent graphs…