Skip to content

Commit c676605

Browse files
koddssonmuan
andauthored
loaded is not a nullable field
Co-Authored-By: Mu-An 慕安 <me@muanchiou.com>
1 parent 45d293e commit c676605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default class ImageCropElement extends HTMLElement {
22
src: string || null
3-
loaded?: boolean
3+
loaded: boolean
44
}

0 commit comments

Comments
 (0)