Add declaration file

This commit is contained in:
Jaiwanth
2021-07-27 17:18:17 +05:30
parent 0609ebc430
commit 714d03524c

4
src/@types/raw-loader.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '!!raw-loader!*' {
const contents: string;
export default contents;
}