UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (9 loc) • 248 B
import { StyleSheet } from 'react-native' import type { ComponentVars } from './style' export const styleCreator = (cv: ComponentVars) => { return StyleSheet.create({ icon: { marginLeft: cv.popup_close_icon_margin_left, }, }) }