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 b2202a3 + 1ee4245 commit 8140527Copy full SHA for 8140527
index.d.ts
@@ -7,4 +7,7 @@ declare global {
7
interface Window {
8
ImageCropElement: typeof ImageCropElement
9
}
10
+ interface HTMLElementTagNameMap {
11
+ 'image-crop': ImageCropElement
12
+ }
13
0 commit comments