UNPKG

@fruits-chain/react-native-xiaoshu

Version:
9 lines (7 loc) • 197 B
import type { TokensType } from '../theme/interface' export const varCreator = (TOKENS: TokensType) => { return { bottom_bar_background_color: TOKENS.white, bottom_bar_height: 50, } }