UNPKG

@lad-tech/mobydick-core

Version:

React Native components library focused on usability, accessibility and developer experience

10 lines (7 loc) 209 B
import {createStyles} from '../../styles'; const stylesCreate = createStyles((_, horizontal: boolean) => ({ list: { flexDirection: horizontal ? 'row' : 'column', }, })); export default stylesCreate;