index.d.ts 89 B

123
  1. import { Lazyload } from './vue-lazyload';
  2. export default Lazyload;
  3. export { Lazyload };