We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d2989 commit 75fcb32Copy full SHA for 75fcb32
1 file changed
packages/shared-components/src/@types/global.d.ts
@@ -19,3 +19,15 @@ declare module "*.png" {
19
const content: string;
20
export default content;
21
}
22
+
23
+// For importing animated GIFs for use in testing
24
+declare module "*.gif" {
25
+ const content: string;
26
+ export default content;
27
+}
28
29
+// For importing videos for use in testing
30
+declare module "*.webm" {
31
32
33
0 commit comments