UNPKG

@funkit/connect

Version:

Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.

10 lines (9 loc) 314 B
import React from 'react'; type Props = { children?: React.ReactNode; onClick?: React.MouseEventHandler<HTMLElement> | undefined; currentlySelected?: boolean; testId?: string; }; export declare const MenuButton: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLElement>>; export {};