We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b427392 commit 21af8daCopy full SHA for 21af8da
src/utils/keyboard.ts
@@ -3,7 +3,7 @@
3
* Copyright 2025 Google LLC
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
-import type {KeyInput} from '../third_party';
+import type {KeyInput} from '../third_party/index.js';
7
8
// See the KeyInput type for the list of supported keys.
9
const validKeys = new Set([
0 commit comments