react-notion-x
Version:
Fast and accurate React renderer for Notion.
14 lines • 356 B
TypeScript
import * as React from 'react';
/**
* Progressive, lazy images modeled after Medium's LQIP technique.
*/
export declare const LazyImage: React.FC<{
src?: string;
alt?: string;
className?: string;
style?: React.CSSProperties;
height?: number;
zoomable?: boolean;
priority?: boolean;
}>;
//# sourceMappingURL=lazy-image.d.ts.map