add cat script to append image.d.ts

This commit is contained in:
王劲鹏
2020-04-20 19:18:44 +08:00
committed by osborn
parent 4d3bd748db
commit c730a25df8
3 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +0,0 @@
declare module '*.png' {
const value: any;
export default value;
}