UNPKG

@daimo/pay

Version:

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

5 lines (4 loc) 212 B
import React from "react"; import { BrowserIconProps } from "./types"; declare const BrowserIcon: React.ForwardRefExoticComponent<BrowserIconProps & React.RefAttributes<HTMLElement>>; export default BrowserIcon;