Repository URL to install this package:
|
Version:
2.1.7 ▾
|
import { styled } from 'styleh-components'
const FlexRow = styled.div `
display: flex;
flex-direction: row;
`
const FlexColumn = styled.div `
display: flex;
flex-direction: column;
`
export { FlexRow, FlexColumn }