add mp4 support

This commit is contained in:
MathieuG-P
2022-06-03 22:00:02 +02:00
parent 30818fa8e2
commit 873cf5fd44
3 changed files with 10 additions and 5 deletions
+5
View File
@@ -10,6 +10,11 @@ declare module '*.png' {
export default content;
}
declare module '*.mp4' {
const content: string;
export default content;
}
declare module '*.jpg' {
const content: string;
export default content;