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.
1 parent 051a7f4 commit 1ee4245Copy full SHA for 1ee4245
index.d.ts
@@ -4,6 +4,9 @@ export default class ImageCropElement extends HTMLElement {
4
}
5
6
declare global {
7
+ interface Window {
8
+ ImageCropElement: typeof ImageCropElement
9
+ }
10
interface HTMLElementTagNameMap {
11
'image-crop': ImageCropElement
12
0 commit comments