Skip to content

Commit 9d738ff

Browse files
authored
Add decoding TypeScript attribute (#3054)
* Add decoding attribute * Revert "Add decoding attribute" This reverts commit 3cb470e. * Fix decoding type
1 parent 605bc5e commit 9d738ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)