( config: BindingConfig<Renderable, KeyEvent> | undefined, options?: CreateBindingLookupOptions<Renderable, KeyEvent>, )
| 44 | } from "@opentui/keymap/extras" |
| 45 | |
| 46 | export function createBindingLookup( |
| 47 | config: BindingConfig<Renderable, KeyEvent> | undefined, |
| 48 | options?: CreateBindingLookupOptions<Renderable, KeyEvent>, |
| 49 | ) { |
| 50 | return createKeymapBindingLookup<Renderable, KeyEvent>(config ?? {}, options) |
| 51 | } |
| 52 | |
| 53 | export type TuiRouteCurrent = |
| 54 | | { |
no outgoing calls