Rollup build

This commit is contained in:
Jake Archibald
2020-11-19 11:00:23 +00:00
parent dfee848a39
commit 56e10b3aa2
340 changed files with 37866 additions and 19153 deletions

11
src/shared/missing-preact-types.d.ts vendored Normal file
View 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 {};