Thanks to visit codestin.com Credit goes to github.com
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 ee39326 commit 45d293eCopy full SHA for 45d293e
index.d.ts
@@ -1,4 +1,4 @@
1
export default class ImageCropElement extends HTMLElement {
2
- src?: string
+ src: string || null
3
loaded?: boolean
4
}
0 commit comments