Skip to content

Commit 8140527

Browse files
authored
Merge pull request #26 from mgenware/patch-1
Update index.d.ts
2 parents b2202a3 + 1ee4245 commit 8140527

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ declare global {
77
interface Window {
88
ImageCropElement: typeof ImageCropElement
99
}
10+
interface HTMLElementTagNameMap {
11+
'image-crop': ImageCropElement
12+
}
1013
}

0 commit comments

Comments
 (0)