Interface KeyboardValue

A value returned from the useKeyboard hook.

interface KeyboardValue {
    keyboardProps: DOMAttributes<Element>;
}

Properties

Properties

keyboardProps: DOMAttributes<Element>

Props of an element for which keyboard is tracked.

An object which identity never changes between renders.