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.

8 lines (7 loc) 284 B
import * as styles from './touchableStyles.css'; interface TouchableStylesOptions { hover?: keyof typeof styles.hover; active: keyof typeof styles.active; } export declare function touchableStyles({ active, hover }: TouchableStylesOptions): (string | undefined)[]; export {};