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
12 lines • 416 B
TypeScript
interface JsonRendererProps {
content: string;
mimeType: string;
maxHeight?: number;
showControls?: boolean;
}
/**
* Native JSON renderer with formatting, collapsing, and search
*/
export declare function JsonRenderer({ content, mimeType, maxHeight, showControls }: JsonRendererProps): import("react/jsx-runtime").JSX.Element;
export default JsonRenderer;
//# sourceMappingURL=JsonRenderer.d.ts.map