types(@vant/lazyload): add declaration (#8295)

This commit is contained in:
neverland
2021-03-07 10:24:03 +08:00
committed by GitHub
parent 4d17bced55
commit 273dc57077
2 changed files with 46 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "This is a fork of vue-lazyload",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"types": "types/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"