UNPKG

react-native-full-responsive

Version:

Create a fully responsive React Native app for all supported platforms

3 lines 249 B
import type { ValuePattern, CreateStyleConfig } from '../../types'; export declare const parseValue: (value: ValuePattern | undefined, styleConfig?: Partial<CreateStyleConfig>) => string | number | undefined; //# sourceMappingURL=parseValue.d.ts.map