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 • 435 B
TypeScript
interface VideoRendererProps {
src: string;
mimeType: string;
fileExtension?: string;
maxHeight?: number;
showControls?: boolean;
}
/**
* Native video player with HTML5 controls
*/
export declare function VideoRenderer({ src, mimeType, fileExtension, maxHeight, showControls }: VideoRendererProps): import("react/jsx-runtime").JSX.Element;
export default VideoRenderer;
//# sourceMappingURL=VideoRenderer.d.ts.map