We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 039062a + 97fbc4c commit 5ede117Copy full SHA for 5ede117
1 file changed
index.d.ts
@@ -2,3 +2,9 @@ export default class ImageCropElement extends HTMLElement {
2
src: string || null
3
loaded: boolean
4
}
5
+
6
+declare global {
7
+ interface Window {
8
+ ImageCropElement: typeof ImageCropElement
9
+ }
10
+}
0 commit comments