types(Lazyload): add typing (#8296)

This commit is contained in:
neverland
2021-03-07 10:37:22 +08:00
committed by GitHub
parent 4f080853ca
commit 7aff50f9a4
4 changed files with 7 additions and 12 deletions
+3
View File
@@ -0,0 +1,3 @@
import { Lazyload } from '@vant/lazyload';
export default Lazyload;