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 ArrowIcon_1 = require("atoms/Icons/ArrowIcon");
const StyledButton = styled.withComponent('Button') `
  border: 0;
  background-color: transparent;
`;
exports.StyledButton = StyledButton;
const UpArrowIcon = styled.withComponent(ArrowIcon_1.ArrowIcon) `
`;
exports.UpArrowIcon = UpArrowIcon;
const DownArrowIcon = styled.withComponent(ArrowIcon_1.ArrowIcon) `
`;
exports.DownArrowIcon = DownArrowIcon;
const ButtonWrapper = styled.section `
  display: flex;
  flex-direction: column;
  align-items: center;
`;
exports.ButtonWrapper = ButtonWrapper;
//# sourceMappingURL=styled.js.map