Repository URL to install this package:
|
Version:
0.7.4+sf.2 ▾
|
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 {};