UNPKG

@brave/swap-interface

Version:

Brave Swap - an open-source swap interface by Brave, focussed on usability and multi-chain support.

11 lines (10 loc) 304 B
import { BlockchainToken, NetworkInfo } from '../../constants/types'; interface Props { asset?: BlockchainToken; network?: NetworkInfo; size: number; marginRight?: number; isHeader?: boolean; } export declare const CreateIconWithPlaceholder: (props: Props) => JSX.Element; export {};