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) 271 B
interface PinChainButtonProps { isPinned: boolean; onPin: () => void; } export declare const pinButtonClassName = "pin-button"; export declare const PinChainButton: ({ isPinned, onPin }: PinChainButtonProps) => import("react/jsx-runtime").JSX.Element; export {};