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 366 B
import React from 'react'; interface AlertProps { children: React.ReactNode; className?: string; } interface AlertDescriptionProps { children: React.ReactNode; className?: string; } export declare const Alert: React.FC<AlertProps>; export declare const AlertDescription: React.FC<AlertDescriptionProps>; export {}; //# sourceMappingURL=alert.d.ts.map