react-blurish-image
Version:
A lightweight, optimized React image component with blur placeholders and lazy loading
6 lines • 339 B
TypeScript
export { Image as default } from './Image';
export { Image } from './Image';
export { configureImage, getImageConfig } from './config';
export { defaultLoader, generateBlurDataURL } from './utils';
export type { ImageProps, ImageLoader, ImageLoaderProps, PlaceholderValue, ImageConfig, } from './types';
//# sourceMappingURL=index.d.ts.map