UNPKG

137 BTypeScriptView Raw
1import { StyleProp, ViewStyle } from 'react-native';
2export default function getFlexStr(flexStr: string | number): StyleProp<ViewStyle>;