Skip to content

Commit

Permalink
Add decoding TypeScript attribute (#3054)
Browse files Browse the repository at this point in the history
* Add decoding attribute

* Revert "Add decoding attribute"

This reverts commit 3cb470e.

* Fix decoding type
  • Loading branch information
sumanthratna authored Mar 10, 2021
1 parent 605bc5e commit 9d738ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ export namespace JSXInternal {
disabled?: boolean;
disableRemotePlayback?: boolean;
download?: any;
decoding?: 'sync' | 'async' | 'auto';
draggable?: boolean;
encType?: string;
form?: string;
Expand Down

0 comments on commit 9d738ff

Please sign in to comment.