UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

8 lines (7 loc) 346 B
import type { MouseEventHandler, PropsWithChildren } from 'react'; import type { SettingCardTitle } from '../../pages/SettingsPage/SettingsCard/types.js'; interface SettingCardButtonProps extends SettingCardTitle { onClick: MouseEventHandler; } export declare const CardButton: React.FC<PropsWithChildren<SettingCardButtonProps>>; export {};