Add declaration file

pull/18257/head
Jaiwanth 2021-07-27 17:18:17 +05:30
parent 0609ebc430
commit 714d03524c
1 changed files with 4 additions and 0 deletions

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;
}