brahma-test-widget
Version:
A React component for trade automation within the Brahma ecosystem.
11 lines • 329 B
TypeScript
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;
};
//# sourceMappingURL=types.d.ts.map