Repository URL to install this package:
Version:
0.9.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const view_container_1 = require("view-container");
const Text_1 = require("atoms/Text");
const Span = Text_1.LabelElement.withComponent('span');
const StyledValue = view_container_1.styled.withComponent(Span) ``;
exports.StyledValue = StyledValue;
const StyledLabel = view_container_1.styled.withComponent(Span) ``;
exports.StyledLabel = StyledLabel;
const Wrapper = view_container_1.styled.section `
display: flex;
flex-direction: column;
`;
exports.Wrapper = Wrapper;
//# sourceMappingURL=styled.js.map