UNPKG

brahma-trade-widget

Version:

A React component for trade automation within the Brahma ecosystem.

12 lines (10 loc) 272 B
import { CSSProperties } from "styled-components" export type IconProps = { width?: number height?: number color?: string cursor?: string style?: CSSProperties & Record<string, string> multipleColors?: Record<string, string> onClick?: (any?: any) => void }