UNPKG

@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.

4 lines (3 loc) 227 B
export declare const convertHexToRGBA: (hexCode: string, opacity?: number) => string; export declare const getGradientRGBAs: (hexColor?: string) => string[] | null; export declare const isHexString: (color: string) => boolean;