UNPKG

react-native-global-styler

Version:

Lightweight and developer-friendly React Native styling toolkit with prebuilt styled components and a powerful useGlobalStyler hook for shorthand props like m_10, radius_12, resize_cover, and more.

10 lines (7 loc) 269 B
import TextStyles, { TextMatcher } from "./base/TextStyles"; import BaseGlobalStyles from "./BaseGlobalStyles"; type TextGlobalStyles = BaseGlobalStyles & TextStyles ; export const TextGlobalMatcher = { ...TextMatcher, } export default TextGlobalStyles;