UNPKG

@gentleduck/lazy

Version:

A package for lazy loading components and images, providing virtualized rendering to improve client-side performance.

8 lines (7 loc) 231 B
/** * @module @gentleduck/lazy * @description Main entry point for the @gentleduck/lazy package. * Exports lazy component and lazy image functionalities. */ export * from './src/lazy-component' export * from './src/lazy-image'