react-native-unistyles
Version:
Level up your React Native StyleSheet
7 lines • 333 B
TypeScript
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