UNPKG

@coin-voyage/paykit

Version:

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

9 lines (8 loc) 237 B
interface LazyImageProps { src: string; alt?: string; width?: number; height?: number; } export default function LazyImage({ src, alt, width, height }: LazyImageProps): import("react/jsx-runtime").JSX.Element; export {};