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 b1bb4fe + 31fedac commit 7ad4c5dCopy full SHA for 7ad4c5d
index.d.ts
@@ -7,4 +7,7 @@ declare global {
7
interface Window {
8
DetailsMenuElement: typeof DetailsMenuElement
9
}
10
-}
+ interface HTMLElementTagNameMap {
11
+ 'details-menu': DetailsMenuElement
12
+ }
13
+}
0 commit comments