@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.
66 lines (65 loc) • 1.52 kB
TypeScript
export declare const tokenIconContainer: import("@vanilla-extract/recipes").RuntimeFn<{
size: {
'12': {
width: "12px";
height: "12px";
};
'24': {
width: "24px";
height: "24px";
};
'32': {
width: "32px";
height: "32px";
};
'40': {
width: "40px";
height: "40px";
};
'48': {
width: "48px";
height: "48px";
};
'80': {
width: "80px";
height: "80px";
};
};
}>;
export declare const chainIconContainer: import("@vanilla-extract/recipes").RuntimeFn<{
size: {
'12': {
width: "4px";
height: "4px";
borderWidth: "1px";
};
'24': {
width: "8px";
height: "8px";
borderWidth: "1px";
};
'32': {
width: "12px";
height: "12px";
borderWidth: "1px";
};
'40': {
width: "16px";
height: "16px";
borderWidth: "1px";
};
'48': {
width: "20px";
height: "20px";
borderWidth: "1px";
};
'80': {
width: "24px";
height: "24px";
borderWidth: "2px";
};
};
}>;
export declare const avatarRoot: string;
export declare const avatarImage: string;
export declare const avatarFallback: string;