add cat script to append image.d.ts
This commit is contained in:
4
doric-js/src/image.d.ts
vendored
Normal file
4
doric-js/src/image.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module '*.png' {
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
Reference in New Issue
Block a user