UNPKG

react-native-unistyles

Version:
7 lines 333 B
import type { StyleProp } from 'react-native'; import type { RNStyle } from '../types'; export declare const getWebProps: <T>(style: StyleProp<RNStyle>, forwardedRef?: React.ForwardedRef<T>) => { className: string; ref: ((ref: import("../types").Nullable<T>) => void) | undefined; }; //# sourceMappingURL=getWebProps.d.ts.map