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

13 lines 465 B
interface TextRendererProps { content: string; mimeType: string; fileExtension?: string; maxHeight?: number; showControls?: boolean; } /** * Native text content renderer with syntax highlighting and controls */ export declare function TextRenderer({ content, mimeType, fileExtension, maxHeight, showControls }: TextRendererProps): import("react/jsx-runtime").JSX.Element; export default TextRenderer; //# sourceMappingURL=TextRenderer.d.ts.map