types(Lazyload): fix typing #7757
This commit is contained in:
Vendored
+1
-3
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user