mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +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 {
|
||||
install: PluginFunction<void>;
|
||||
install: Plugin;
|
||||
}
|
||||
|
||||
export const Lazyload: Lazyload;
|
||||
|
Reference in New Issue
Block a user