mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-18 11:39:08 +00:00
Rollup build
This commit is contained in:
11
src/shared/missing-preact-types.d.ts
vendored
Normal file
11
src/shared/missing-preact-types.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare module 'preact' {
|
||||
namespace JSX {
|
||||
interface HTMLAttributes {
|
||||
decoding?: 'sync' | 'async' | 'auto';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Thing break unless this file is a module.
|
||||
// Don't ask me why. I don't know.
|
||||
export {};
|
||||
Reference in New Issue
Block a user