Repository URL to install this package:
|
Version:
2.1.12 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Container = styleh_components_1.styled.div`flex:1;${props => props.width && styleh_components_1.styled.css`flex:0 0 ${props.width}%;`};${props => props.align && styleh_components_1.styled.css`text-align:${props.align};`};`;
exports.Container = Container;
const Wrapper = styleh_components_1.styled.section`display:flex;flex-direction:row;flex-wrap:wrap;`;
exports.Wrapper = Wrapper;