UNPKG

native-variants

Version:

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

4 lines (3 loc) 153 B
import { TextStyle } from "react-native"; import { Styles } from "../types.js"; export declare function composeText(style?: Styles): Partial<TextStyle>;