@kryptogo/kryptogokit-sdk-react
Version:
KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.
9 lines (8 loc) • 377 B
TypeScript
import { AccountAction } from '../../common/AccountModal/AccountModal';
interface ProfileDetailsProps {
onActionChange: (action: AccountAction) => void;
onClose: () => void;
onDisconnect: () => void;
}
export declare function ProfileDetails({ onActionChange, onClose, onDisconnect }: ProfileDetailsProps): import("react/jsx-runtime").JSX.Element | null;
export {};