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

4
doric-js/src/image.d.ts vendored Normal file
View File

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