mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
types(Lazyload): fix typing #7757
This commit is contained in:
parent
b201088172
commit
19772906b6
4
types/lazyload.d.ts
vendored
4
types/lazyload.d.ts
vendored
@ -1,7 +1,5 @@
|
|||||||
import { Plugin } from 'vue';
|
import { Plugin } from 'vue';
|
||||||
|
|
||||||
export interface Lazyload {
|
export type Lazyload = Plugin;
|
||||||
install: Plugin;
|
|
||||||
}
|
|
||||||
|
|
||||||
export const Lazyload: Lazyload;
|
export const Lazyload: Lazyload;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user