UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (9 loc) 243 B
import { StyleSheet } from 'react-native' import type { ThemeVarType } from '../theme' export const createStyles = (themeVar: ThemeVarType) => { return StyleSheet.create({ icon: { marginLeft: themeVar.padding_base, }, }) }