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.

4 lines (3 loc) 212 B
import { GlobalStyles } from "./useGlobalStyler"; export declare const detectStyleKeys: (key: keyof GlobalStyles) => string[]; export declare const detectStyleValue: (key: keyof GlobalStyles) => string | number;