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.
2 parents d433bd8 + 24bc32a commit 7ca9cf7Copy full SHA for 7ca9cf7
index.d.ts
@@ -1 +1,7 @@
1
export default class TabContainerElement extends HTMLElement { }
2
+
3
+declare global {
4
+ interface Window {
5
+ TabContainerElement: typeof TabContainerElement
6
+ }
7
+}
0 commit comments