mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
types(Lazyload): fix typing
This commit is contained in:
4
types/lazyload.d.ts
vendored
4
types/lazyload.d.ts
vendored
@@ -1,7 +1,7 @@
|
|||||||
import { PluginFunction } from 'vue';
|
import { Plugin } from 'vue';
|
||||||
|
|
||||||
export interface Lazyload {
|
export interface Lazyload {
|
||||||
install: PluginFunction<void>;
|
install: Plugin;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Lazyload: Lazyload;
|
export const Lazyload: Lazyload;
|
||||||
|
Reference in New Issue
Block a user