bitcoin-inscription-viewer
Version:
🔍 A robust, production-ready React/TypeScript library for viewing Bitcoin Ordinals inscriptions with advanced optimization features including LRU caching, LaserEyes wallet integration, virtual scrolling, and performance monitoring
13 lines • 442 B
TypeScript
interface HtmlRendererProps {
content: string;
src?: string;
mimeType: string;
maxHeight?: number;
showControls?: boolean;
}
/**
* HTML renderer with safe sandboxed iframe and source view toggle
*/
export declare function HtmlRenderer({ content, src, mimeType, maxHeight, showControls }: HtmlRendererProps): import("react/jsx-runtime").JSX.Element;
export default HtmlRenderer;
//# sourceMappingURL=HtmlRenderer.d.ts.map