TanStack

NonPunctuationKey

ts
type NonPunctuationKey = 
  | LetterKey
  | NumberKey
  | EditingKey
  | NavigationKey
  | FunctionKey
  | NamedKey;

Defined in: key.types.ts:170

Supported logical key names other than printable punctuation.