index.d.ts 89 B

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