@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
9 lines (8 loc) • 400 B
TypeScript
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 declare function touchablePrimaryStyles({ active, hover, }: TouchableStylesOptions): (string | undefined)[];
export {};