We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa116c9 commit 11b8c2eCopy full SHA for 11b8c2e
1 file changed
src/tab-container-element.ts
@@ -1,3 +1,5 @@
1
+const HTMLElement = globalThis.HTMLElement || (null as unknown as (typeof window)['HTMLElement'])
2
+
3
type IncrementKeyCode = 'ArrowRight' | 'ArrowDown'
4
type DecrementKeyCode = 'ArrowUp' | 'ArrowLeft'
5
0 commit comments