@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.
11 lines (10 loc) • 382 B
TypeScript
import { type Atoms } from '../../../css/atoms';
interface ProfileDetailsActionProps extends Atoms {
label: string;
action?: () => void;
icon: JSX.Element;
url?: string;
testId?: string;
}
export declare function ProfileDetailsAction({ action, icon, label, testId, url, ...props }: ProfileDetailsActionProps): import("react/jsx-runtime").JSX.Element;
export {};