type UseTinykeysData = {
    keyBindingMap: KeyBindingMap;
    options?: KeyBindingOptions;
}
Index
keyBindingMap: KeyBindingMap

Key binding map to instantiate tinykeys implementation.

Options to pass to tinykeys.