Skip to content

Commit 82c827e

Browse files
committed
Fix decoding type
1 parent d2777c7 commit 82c827e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/jsx.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ export namespace JSXInternal {
656656
disabled?: boolean;
657657
disableRemotePlayback?: boolean;
658658
download?: any;
659+
decoding?: 'sync' | 'async' | 'auto';
659660
draggable?: boolean;
660661
encType?: string;
661662
form?: string;

0 commit comments

Comments
 (0)