Skip to content

Commit 470383f

Browse files
Track SVG module declarations for CI
1 parent 418b2c1 commit 470383f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

uapi/types/svg.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
declare module '*.svg' {
2+
import type { StaticImageData } from 'next/image';
3+
4+
const src: StaticImageData;
5+
export default src;
6+
}

0 commit comments

Comments
 (0)