UNPKG

native-variants

Version:

A library for handling variants in React Native components with theme support.

3 lines (2 loc) 118 B
import { StyleProp } from "react-native"; export declare function cn<T extends object>(...styles: StyleProp<T>[]): T;