Search Docs
Loading...
Skip to content

Type Alias: KeyboardKey

type KeyboardKey = KeyboardEvent["key"] | string & object;

W3C standard keyboard key values Reference: https://www.w3.org/TR/uievents-key/