UNPKG

@coin-voyage/paykit

Version:

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

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