Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Add HTMLElementTagNameMap interface to TypeScript declaration file. #50

Merged
merged 1 commit into from
Jan 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ declare global {
interface Window {
DetailsDialogElement: typeof DetailsDialogElement
}
}
interface HTMLElementTagNameMap {
'details-dialog': DetailsDialogElement
}
}