mirror of
https://github.com/youzan/vant.git
synced 2026-04-06 02:00:43 +08:00
types(Lazyload): fix typing #7757
This commit is contained in:
4
types/lazyload.d.ts
vendored
4
types/lazyload.d.ts
vendored
@@ -1,7 +1,5 @@
|
||||
import { Plugin } from 'vue';
|
||||
|
||||
export interface Lazyload {
|
||||
install: Plugin;
|
||||
}
|
||||
export type Lazyload = Plugin;
|
||||
|
||||
export const Lazyload: Lazyload;
|
||||
|
||||
Reference in New Issue
Block a user