@limetech/lime-elements
Version:
9 lines • 371 B
TypeScript
import { Plugin } from 'unified';
/**
* Creates a unified.js plugin that transforms image elements for lazy loading
*
* @param lazyLoadImages - Whether to enable lazy loading for images
* @returns A unified.js plugin function
*/
export declare function createLazyLoadImagesPlugin(lazyLoadImages?: boolean): Plugin;
//# sourceMappingURL=image-markdown-plugin.d.ts.map