UNPKG

@daimo/pay

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

9 lines (8 loc) 169 B
import React from "react"; declare const LazyImage: React.FC<{ src: string; alt?: string; width?: number; height?: number; }>; export default LazyImage;