chore(types): add tsdocs

This commit is contained in:
moklick
2025-02-11 17:57:21 +01:00
parent 7b0f96f017
commit 381ed2a5bf
34 changed files with 264 additions and 100 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const defaultDoc = typeof document !== 'undefined' ? document : null;
/**
* This hook lets you listen for specific key codes and tells you whether they are
*currently pressed or not.
* currently pressed or not.
*
* @public
* @param param.keyCode - The key code (string or array of strings) to use