Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@rainbow-me/rainbowkit / dist / css / touchableStyles.d.ts
Size: Mime:
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 {};