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 5c79097 + 6dd809e commit 0ae9d41Copy full SHA for 0ae9d41
index.d.ts
@@ -1,5 +1,5 @@
1
export default class ImageCropElement extends HTMLElement {
2
- src: string || null
+ src: string | null
3
loaded: boolean
4
}
5
0 commit comments