Skip to content

Commit

Permalink
Add .avif format to static types (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
stramel authored Sep 16, 2020
1 parent 0d6260d commit 9b7ad5c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ declare module '*.webp' {
const ref: string;
export default ref;
}
declare module '*.avif' {
const ref: string;
export default ref;
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ declare module '*.webp' {
const ref: string;
export default ref;
}
declare module '*.avif' {
const ref: string;
export default ref;
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ declare module '*.webp' {
const ref: string;
export default ref;
}
declare module '*.avif' {
const ref: string;
export default ref;
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ declare module '*.webp' {
const ref: string;
export default ref;
}
declare module '*.avif' {
const ref: string;
export default ref;
}

1 comment on commit 9b7ad5c

@vercel
Copy link

@vercel vercel bot commented on 9b7ad5c Sep 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.