UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

8 lines (7 loc) 267 B
export declare const createBoxShadowValue: (style: any) => void | string; export declare const createTextShadowValue: (style: any) => void | string; /** * Preprocess styles */ export declare const preprocess: (originalStyle: any) => any; export default preprocess;