添加了引入图片

This commit is contained in:
luyuan 2020-10-09 11:33:49 +08:00
parent 5ae8c29fa9
commit 2a1e290d12
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

4
src/import-png.d.ts vendored Normal file
View File

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