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

Properties

keyBindingMap: KeyBindingMap

Key binding map to instantiate tinykeys implementation.

Options to pass to tinykeys.