UNPKG

@brave/swap-interface

Version:

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

7 lines (6 loc) 173 B
interface Props { isChecked: boolean; onSetIsChecked: (isChecked: boolean) => void; } export declare const StandardSwitch: (props: Props) => JSX.Element; export {};