UNPKG

@brave/swap-interface

Version:

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

10 lines (9 loc) 277 B
import { GasFeeOption, GasEstimate } from '../../../constants/types'; interface Props { isSelected: boolean; option: GasFeeOption; gasEstimates: GasEstimate; onClick: () => void; } export declare const GasPresetButton: (props: Props) => JSX.Element; export {};