mirror of
https://github.com/youzan/vant.git
synced 2025-12-16 02:00:51 +08:00
[Improvement] add type definition files (#361)
This commit is contained in:
7
types/lazyload.d.ts
vendored
Normal file
7
types/lazyload.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import Vue, { PluginFunction } from 'vue';
|
||||
|
||||
export interface Lazyload {
|
||||
install: PluginFunction<void>
|
||||
}
|
||||
|
||||
export const Lazyload: Lazyload;
|
||||
Reference in New Issue
Block a user