xbx #25

Merged
theluyuan merged 2 commits from xbx into master 2020-10-09 06:31:44 +00:00
Showing only changes of commit 2a1e290d12 - Show all commits

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

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