Skip to content

Commit 6dd809e

Browse files
authored
fix(types): use correct type expression
1 parent 5c79097 commit 6dd809e

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,5 +1,5 @@
11
export default class ImageCropElement extends HTMLElement {
2-
src: string || null
2+
src: string | null
33
loaded: boolean
44
}
55

0 commit comments

Comments
 (0)