UNPKG

reactnativecomponents

Version:
14 lines (13 loc) 272 B
import { StyleSheet } from 'react-native'; /** * @author 田尘殇Sean(sean.snow@live.com) create at 2018/3/5 */ export const styles = StyleSheet.create({ icon: { width: 20, height: 20 }, btn: { justifyContent: 'flex-start' } });