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.
31 lines (30 loc) • 625 B
TypeScript
import TextStyles from "./base/TextStyles";
import BaseGlobalStyles from "./BaseGlobalStyles";
type TextGlobalStyles = BaseGlobalStyles & TextStyles;
export declare const TextGlobalMatcher: {
size_xs: {
key: string;
value: number;
};
size_sm: {
key: string;
value: number;
};
size_md: {
key: string;
value: number;
};
size_lg: {
key: string;
value: number;
};
size_xl: {
key: string;
value: number;
};
size_2xl: {
key: string;
value: number;
};
};
export default TextGlobalStyles;