react-native-unistyles
Version:
Level up your React Native StyleSheet
5 lines • 427 B
TypeScript
import type { Optional, RNStyle } from '../types';
export declare const proxifyFunction: (key: string, fn: Function, variant?: Record<string, Optional<string>>) => Function;
export declare const isPlatformColor: <T extends {}>(value: T) => boolean;
export declare const parseStyle: <T extends RNStyle>(style: T, variant?: Record<string, Optional<string>>, parseMediaQueries?: boolean) => T;
//# sourceMappingURL=styles.d.ts.map