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/index.d.ts vendored
View File

@@ -1282,3 +1282,7 @@ declare module 'doric/lib/src/pattern/mvvm' {
}
}
declare module '*.png' {
const value: any;
export default value;
}