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 Placeholder_1 = require("atoms/Placeholder");
const StyledTitlePlaceholder = styled.withComponent(Placeholder_1.TextPlaceholder) `
  margin-bottom: 16px;
`;
exports.StyledTitlePlaceholder = StyledTitlePlaceholder;
const StyledAddressPlaceholder = styled.withComponent(Placeholder_1.TextPlaceholder) `
  margin-bottom: 6px;
`;
exports.StyledAddressPlaceholder = StyledAddressPlaceholder;
const Container = styled.div `
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
`;
exports.Container = Container;
const Wrapper = styled.section ``;
exports.Wrapper = Wrapper;
//# sourceMappingURL=styled.js.map