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.
27 lines (26 loc) • 595 B
TypeScript
import ImageStyles from "./base/ImageStyles";
import BaseGlobalStyles from "./BaseGlobalStyles";
type ImageGlobalStyles = BaseGlobalStyles & ImageStyles;
export declare const ImageGlobalMatcher: {
resize_cover: {
key: string;
value: string;
};
resize_contain: {
key: string;
value: string;
};
resize_stretch: {
key: string;
value: string;
};
resize_center: {
key: string;
value: string;
};
resize_repeat: {
key: string;
value: string;
};
};
export default ImageGlobalStyles;