global __webpack_public_path__

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-08-12 00:05:30 +03:00
parent 65216843ac
commit cb3629bd43
2 changed files with 18 additions and 18 deletions
Vendored
+3 -1
View File
@@ -1,4 +1,6 @@
declare module '*.svg' {
const src: string;
export default src;
}
}
declare const __webpack_public_path__: string;