mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { Plugin } from 'vue';
|
|
|
|
export type Lazyload = Plugin;
|
|
|
|
export const Lazyload: Lazyload;
|