UNPKG

@unowallet/token-price-widget

Version:

Uno Wallet Token Price Widget for displaying token price information and linking to uno wallet for swapping

11 lines (10 loc) 272 B
import { CSSProperties } from "react"; import { MouseEvent } from "react"; export interface IconProps { width?: number; height?: number; color?: string; className?: string; onClick?: (e: MouseEvent<SVGSVGElement>) => void; style?: CSSProperties; }