Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"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