Skip to content

Commit

Permalink
Build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Csabesz07 committed Apr 19, 2024
1 parent c8bf961 commit b62d9ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/shared/missing-preact-types.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
declare module 'preact' {
namespace JSX {
interface HTMLAttributes {
decoding?:
| 'sync'
| 'async'
| 'auto'
| SignalLike<'sync' | 'async' | 'auto' | undefined>;
decoding?: 'sync' | 'async' | 'auto';
}
}
}
Expand Down

0 comments on commit b62d9ff

Please sign in to comment.