UNPKG

111 BJavaScriptView Raw
1import createGroup from './create-group';
2
3export default createGroup('Horizontal', { flexDirection: 'row' });