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) 337 B
interface Props { label: string; id: string; isChecked: boolean; onSetIsChecked: (value: string) => void; } export declare const StandardRadio: (props: Props) => JSX.Element; export declare const Radio: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>; export {};