UNPKG

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

20 lines 846 B
interface LazyInscriptionCardProps { inscriptionId: string; inscriptionNumber?: number | string; contentUrl?: string; contentType?: string; size?: number; showHeader?: boolean; showControls?: boolean; autoLoad?: boolean; apiEndpoint?: string; htmlRenderMode?: 'iframe' | 'sandbox'; forceIframe?: boolean; className?: string; onLoad?: () => void; onError?: (error: string) => void; threshold?: number; } export declare function LazyInscriptionCard({ inscriptionId, inscriptionNumber, contentUrl, contentType, size, showHeader, showControls, autoLoad, apiEndpoint, htmlRenderMode, forceIframe, className, onLoad, onError, threshold }: LazyInscriptionCardProps): import("react/jsx-runtime").JSX.Element; export default LazyInscriptionCard; //# sourceMappingURL=LazyInscriptionCard.d.ts.map